类 ServiceInstanceMetadataCustomizer
- java.lang.Object
-
- org.apache.dubbo.registry.client.metadata.ServiceInstanceMetadataCustomizer
-
- 所有已实现的接口:
Comparable<Prioritized>,Prioritized,ServiceInstanceCustomizer
public class ServiceInstanceMetadataCustomizer extends Object implements ServiceInstanceCustomizer
-
-
字段概要
-
从接口继承的字段 org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
构造器概要
构造器 构造器 说明 ServiceInstanceMetadataCustomizer()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidcustomize(ServiceInstance serviceInstance)Customizesthe service instance-
从接口继承的方法 org.apache.dubbo.common.lang.Prioritized
compareTo, getPriority
-
-
-
-
方法详细资料
-
customize
public void customize(ServiceInstance serviceInstance)
从接口复制的说明:ServiceInstanceCustomizerCustomizesthe service instance- 指定者:
customize在接口中ServiceInstanceCustomizer- 参数:
serviceInstance-the service instance
-
-