| Modifier and Type | Field and Description |
|---|---|
static String |
ALL_DUBBO_SERVICES
All services of Dubbo.
|
| Constructor and Description |
|---|
DubboCloudProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxReSubscribeMetadataTimes() |
String |
getRegistryType() |
int |
getReSubscribeMetadataIntervial() |
String |
getSubscribedServices() |
void |
setMaxReSubscribeMetadataTimes(int maxReSubscribeMetadataTimes) |
void |
setRegistryType(String registryType) |
void |
setReSubscribeMetadataIntervial(int reSubscribeMetadataIntervial) |
void |
setSubscribedServices(String subscribedServices) |
Set<String> |
subscribedServices()
Get the subscribed services as a
Set with configuration order. |
public static final String ALL_DUBBO_SERVICES
public String getSubscribedServices()
public void setSubscribedServices(String subscribedServices)
public Set<String> subscribedServices()
Set with configuration order.Setpublic String getRegistryType()
public void setRegistryType(String registryType)
public int getMaxReSubscribeMetadataTimes()
public void setMaxReSubscribeMetadataTimes(int maxReSubscribeMetadataTimes)
public int getReSubscribeMetadataIntervial()
public void setReSubscribeMetadataIntervial(int reSubscribeMetadataIntervial)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.