类 ProtocolPortsMetadataCustomizer
- java.lang.Object
-
- org.apache.dubbo.registry.client.metadata.ProtocolPortsMetadataCustomizer
-
- 所有已实现的接口:
Comparable<Prioritized>,Prioritized,ServiceInstanceCustomizer
public class ProtocolPortsMetadataCustomizer extends Object implements ServiceInstanceCustomizer
A Class to customize the ports ofprotocolsintothe metadata of service instance- 从以下版本开始:
- 2.7.5
-
-
字段概要
-
从接口继承的字段 org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
构造器概要
构造器 构造器 说明 ProtocolPortsMetadataCustomizer()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 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
-
-