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