Package org.apache.camel.impl.cloud
Class ServiceRegistryHelper
java.lang.Object
org.apache.camel.impl.cloud.ServiceRegistryHelper
Deprecated.
since 4.7
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<org.apache.camel.cloud.ServiceRegistry> lookupService(org.apache.camel.CamelContext context) Deprecated.static Optional<org.apache.camel.cloud.ServiceRegistry> lookupService(org.apache.camel.CamelContext context, org.apache.camel.cloud.ServiceRegistry.Selector selector) Deprecated.static org.apache.camel.cloud.ServiceRegistrymandatoryLookupService(org.apache.camel.CamelContext context) Deprecated.static org.apache.camel.cloud.ServiceRegistrymandatoryLookupService(org.apache.camel.CamelContext context, org.apache.camel.cloud.ServiceRegistry.Selector selector) Deprecated.
-
Method Details
-
lookupService
public static Optional<org.apache.camel.cloud.ServiceRegistry> lookupService(org.apache.camel.CamelContext context) Deprecated. -
lookupService
public static Optional<org.apache.camel.cloud.ServiceRegistry> lookupService(org.apache.camel.CamelContext context, org.apache.camel.cloud.ServiceRegistry.Selector selector) Deprecated. -
mandatoryLookupService
public static org.apache.camel.cloud.ServiceRegistry mandatoryLookupService(org.apache.camel.CamelContext context) Deprecated. -
mandatoryLookupService
public static org.apache.camel.cloud.ServiceRegistry mandatoryLookupService(org.apache.camel.CamelContext context, org.apache.camel.cloud.ServiceRegistry.Selector selector) Deprecated.
-