Package org.apache.camel.impl.cloud
Class ServiceRegistryHelper
- java.lang.Object
-
- org.apache.camel.impl.cloud.ServiceRegistryHelper
-
public final class ServiceRegistryHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.ServiceRegistry
mandatoryLookupService(org.apache.camel.CamelContext context)
static org.apache.camel.cloud.ServiceRegistry
mandatoryLookupService(org.apache.camel.CamelContext context, org.apache.camel.cloud.ServiceRegistry.Selector selector)
-
-
-
Method Detail
-
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)
-
-