public class CombinedServiceDiscovery extends Object implements org.apache.camel.cloud.ServiceDiscovery
| Constructor and Description |
|---|
CombinedServiceDiscovery(List<org.apache.camel.cloud.ServiceDiscovery> delegates) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.camel.cloud.ServiceDiscovery> |
getDelegates() |
List<org.apache.camel.cloud.ServiceDefinition> |
getServices(String name) |
static CombinedServiceDiscovery |
wrap(org.apache.camel.cloud.ServiceDiscovery... delegates) |
public CombinedServiceDiscovery(List<org.apache.camel.cloud.ServiceDiscovery> delegates)
public List<org.apache.camel.cloud.ServiceDiscovery> getDelegates()
public List<org.apache.camel.cloud.ServiceDefinition> getServices(String name)
getServices in interface org.apache.camel.cloud.ServiceDiscoverypublic static CombinedServiceDiscovery wrap(org.apache.camel.cloud.ServiceDiscovery... delegates)
Apache Camel