public final class ServiceRegistryHelper extends Object
| Modifier and Type | Method and 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) |
public static Optional<org.apache.camel.cloud.ServiceRegistry> lookupService(org.apache.camel.CamelContext context)
public static Optional<org.apache.camel.cloud.ServiceRegistry> lookupService(org.apache.camel.CamelContext context, org.apache.camel.cloud.ServiceRegistry.Selector selector)
public static org.apache.camel.cloud.ServiceRegistry mandatoryLookupService(org.apache.camel.CamelContext context)
public static org.apache.camel.cloud.ServiceRegistry mandatoryLookupService(org.apache.camel.CamelContext context,
org.apache.camel.cloud.ServiceRegistry.Selector selector)
Apache Camel