接口 ServiceInstanceCustomizer
-
- 所有超级接口:
Comparable<Prioritized>,Prioritized
- 所有已知实现类:
MetadataServiceURLParamsMetadataCustomizer,ProtocolPortsMetadataCustomizer,ServiceInstanceMetadataCustomizer
@SPI public interface ServiceInstanceCustomizer extends Prioritized
The interface to customizethe service instanceonServiceInstancePreRegisteredEvent- 从以下版本开始:
- 2.7.5
- 另请参阅:
ServiceInstance.getMetadata()
-
-
字段概要
-
从接口继承的字段 org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidcustomize(ServiceInstance serviceInstance)Customizesthe service instance-
从接口继承的方法 org.apache.dubbo.common.lang.Prioritized
compareTo, getPriority
-
-
-
-
方法详细资料
-
customize
void customize(ServiceInstance serviceInstance)
Customizesthe service instance- 参数:
serviceInstance-the service instance
-
-