Package org.apache.camel.impl.cloud
Class CombinedServiceDiscovery
- java.lang.Object
-
- org.apache.camel.impl.cloud.CombinedServiceDiscovery
-
- All Implemented Interfaces:
org.apache.camel.cloud.ServiceDiscovery
public class CombinedServiceDiscovery extends Object implements org.apache.camel.cloud.ServiceDiscovery
-
-
Constructor Summary
Constructors Constructor Description CombinedServiceDiscovery(List<org.apache.camel.cloud.ServiceDiscovery> delegates)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
CombinedServiceDiscovery
public CombinedServiceDiscovery(List<org.apache.camel.cloud.ServiceDiscovery> delegates)
-
-
Method Detail
-
getDelegates
public List<org.apache.camel.cloud.ServiceDiscovery> getDelegates()
-
getServices
public List<org.apache.camel.cloud.ServiceDefinition> getServices(String name)
- Specified by:
getServices
in interfaceorg.apache.camel.cloud.ServiceDiscovery
-
wrap
public static CombinedServiceDiscovery wrap(org.apache.camel.cloud.ServiceDiscovery... delegates)
-
-