Interface DiscoveryClientConstants
-
public interface DiscoveryClientConstantsThe constants forDiscoveryClient- Since:
- 1.0.0
- Author:
- Mercy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMMONS_CLIENT_AUTO_CONFIGURATION_CLASS_NAMEThe class name ofCommonsClientAutoConfigurationstatic java.lang.StringCOMPOSITE_DISCOVERY_CLIENT_CLASS_NAMEThe class name ofCompositeDiscoveryClientstatic java.lang.StringDISCOVERY_CLIENT_CLASS_NAMEThe class name ofDiscoveryClient
-
-
-
Field Detail
-
DISCOVERY_CLIENT_CLASS_NAME
static final java.lang.String DISCOVERY_CLIENT_CLASS_NAME
The class name ofDiscoveryClient- See Also:
- Constant Field Values
-
COMPOSITE_DISCOVERY_CLIENT_CLASS_NAME
static final java.lang.String COMPOSITE_DISCOVERY_CLIENT_CLASS_NAME
The class name ofCompositeDiscoveryClient- See Also:
- Constant Field Values
-
COMMONS_CLIENT_AUTO_CONFIGURATION_CLASS_NAME
static final java.lang.String COMMONS_CLIENT_AUTO_CONFIGURATION_CLASS_NAME
The class name ofCommonsClientAutoConfiguration- See Also:
- Constant Field Values
-
-