| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
TARGETER_CLASS_NAME |
"org.springframework.cloud.openfeign.Targeter" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONSUL_DISCOVERY_AUTO_CONFIGURATION_CLASS_NAME |
"org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration" |
public static final String |
NACOS_DISCOVERY_AUTO_CONFIGURATION_CLASS_NAME |
"com.alibaba.cloud.nacos.discovery.NacosDiscoveryAutoConfiguration" |
public static final String |
ZOOKEEPER_DISCOVERY_AUTO_CONFIGURATION_CLASS_NAME |
"org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryAutoConfiguration" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHILD_EVENT_POINTCUT_EXPRESSION |
"execution(void org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch.childEvent(..)) && args(client,event)" |
public static final String |
NODE_PATH_SEPARATOR |
"/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONSUL_AUTO_SERVICE_AUTO_CONFIGURATION_CLASS_NAME |
"org.springframework.cloud.consul.serviceregistry.ConsulAutoServiceRegistrationAutoConfiguration" |
public static final String |
CONSUL_AUTO_SERVICE_AUTO_REGISTRATION_CLASS_NAME |
"org.springframework.cloud.consul.serviceregistry.ConsulAutoRegistration" |
public static final String |
EUREKA_CLIENT_AUTO_CONFIGURATION_CLASS_NAME |
"org.springframework.cloud.netflix.eureka.EurekaClientAutoConfiguration" |
public static final String |
ZOOKEEPER_AUTO_SERVICE_AUTO_CONFIGURATION_CLASS_NAME |
"org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistrationAutoConfiguration" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALL_DUBBO_SERVICES |
"*" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DUBBO_METADATA_SERVICE_PREFIX |
"dubbo.metadata-service." |
public static final String |
DUBBO_METADATA_SERVICE_URLS_PROPERTY_NAME |
"dubbo.metadata-service.urls" |
public static final String |
DUBBO_PROTOCOLS_PORT_PROPERTY_NAME_PATTERN |
"dubbo.protocols.%s.port" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SERVICES_LOOKUP_INTERVAL_PARAM_NAME |
"dubbo.services.lookup.interval" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SERVICES_LOOKUP_INTERVAL_PARAM_NAME |
"dubbo.services.lookup.interval" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEREGISTER_POINTCUT_EXPRESSION |
"execution(* org.springframework.cloud.client.serviceregistry.ServiceRegistry.deregister(*)) && target(registry) && args(registration)" |
public static final String |
REGISTER_POINTCUT_EXPRESSION |
"execution(* org.springframework.cloud.client.serviceregistry.ServiceRegistry.register(*)) && target(registry) && args(registration)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
VERSION |
"1.0.0" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_ORDER |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_ORDER |
7 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_ORDER |
9 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_ORDER |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONFIG_PROPERTY_PREFIX |
"dubbo.cloud" |
public static final String |
DUBBO_CLOUD_REGISTRY_PROPERTY_VALUE |
"dubbo-cloud" |
public static final String |
REGISTRY_TYPE_PROPERTY_NAME |
"dubbo.cloud.registry-type" |
public static final String |
SPRING_CLOUD_REGISTRY_PROPERTY_VALUE |
"spring-cloud" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DUBBO_PROTOCOLS_PORT_PROPERTY_NAME_PATTERN |
"dubbo.protocols.%s.port" |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.