Package org.apache.dubbo.registry.client
Interface ServiceInstanceCustomizer
- All Superinterfaces:
Comparable<Prioritized>,Prioritized
- All Known Implementing Classes:
ProtocolPortsMetadataCustomizer,ServiceInstanceHostPortCustomizer,ServiceInstanceMetadataCustomizer
The interface to customize
the service instance- Since:
- 2.7.5
- See Also:
-
Field Summary
Fields inherited from interface org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(ServiceInstance serviceInstance, ApplicationModel applicationModel) Customizesthe service instanceMethods inherited from interface org.apache.dubbo.common.lang.Prioritized
compareTo, getPriority
-
Method Details
-
customize
Customizesthe service instance- Parameters:
serviceInstance-the service instance
-