Class DefaultServiceURLCustomizer
java.lang.Object
org.apache.dubbo.registry.integration.DefaultServiceURLCustomizer
- All Implemented Interfaces:
Comparable<Prioritized>,Prioritized,ServiceURLCustomizer
-
Field Summary
Fields inherited from interface org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomize(URL serviceURL, ApplicationModel applicationModel) Customizesthe service urlintMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.common.lang.Prioritized
compareTo
-
Constructor Details
-
DefaultServiceURLCustomizer
public DefaultServiceURLCustomizer()
-
-
Method Details
-
customize
Description copied from interface:ServiceURLCustomizerCustomizesthe service url- Specified by:
customizein interfaceServiceURLCustomizer- Parameters:
serviceURL-the service url- Returns:
- new service url
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfacePrioritized
-