Package org.apache.camel.impl.cloud
Class CombinedServiceDiscoveryFactory
java.lang.Object
org.apache.camel.impl.cloud.CombinedServiceDiscoveryFactory
- All Implemented Interfaces:
org.apache.camel.cloud.ServiceDiscoveryFactory,org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceDiscovery>
@Deprecated(since="4.7")
@CloudServiceFactory("combined-service-discovery")
@Configurer
public class CombinedServiceDiscoveryFactory
extends Object
implements org.apache.camel.cloud.ServiceDiscoveryFactory
Deprecated.
since 4.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.camel.cloud.ServiceDiscovery> Deprecated.org.apache.camel.cloud.ServiceDiscoverynewInstance(org.apache.camel.CamelContext camelContext) Deprecated.voidsetServiceDiscoveryList(List<org.apache.camel.cloud.ServiceDiscovery> serviceDiscoveryList) Deprecated.
-
Constructor Details
-
CombinedServiceDiscoveryFactory
public CombinedServiceDiscoveryFactory()Deprecated.
-
-
Method Details
-
getServiceDiscoveryList
Deprecated. -
setServiceDiscoveryList
public void setServiceDiscoveryList(List<org.apache.camel.cloud.ServiceDiscovery> serviceDiscoveryList) Deprecated. -
newInstance
public org.apache.camel.cloud.ServiceDiscovery newInstance(org.apache.camel.CamelContext camelContext) throws Exception Deprecated.- Specified by:
newInstancein interfaceorg.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceDiscovery>- Throws:
Exception
-