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
@Deprecated(since="4.7")
public class CombinedServiceDiscovery
extends Object
implements org.apache.camel.cloud.ServiceDiscovery
Deprecated.
since 4.7
-
Constructor Summary
ConstructorsConstructorDescriptionCombinedServiceDiscovery(List<org.apache.camel.cloud.ServiceDiscovery> delegates) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.camel.cloud.ServiceDiscovery> Deprecated.List<org.apache.camel.cloud.ServiceDefinition> getServices(String name) Deprecated.static CombinedServiceDiscoverywrap(org.apache.camel.cloud.ServiceDiscovery... delegates) Deprecated.
-
Constructor Details
-
CombinedServiceDiscovery
Deprecated.
-
-
Method Details
-
getDelegates
Deprecated. -
getServices
Deprecated.- Specified by:
getServicesin interfaceorg.apache.camel.cloud.ServiceDiscovery
-
wrap
Deprecated.
-