public final class ClusterServiceHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Optional<org.apache.camel.cluster.CamelClusterService> |
lookupService(org.apache.camel.CamelContext context) |
static Optional<org.apache.camel.cluster.CamelClusterService> |
lookupService(org.apache.camel.CamelContext context,
org.apache.camel.cluster.CamelClusterService.Selector selector) |
static org.apache.camel.cluster.CamelClusterService |
mandatoryLookupService(org.apache.camel.CamelContext context) |
static org.apache.camel.cluster.CamelClusterService |
mandatoryLookupService(org.apache.camel.CamelContext context,
org.apache.camel.cluster.CamelClusterService.Selector selector) |
public static Optional<org.apache.camel.cluster.CamelClusterService> lookupService(org.apache.camel.CamelContext context)
public static Optional<org.apache.camel.cluster.CamelClusterService> lookupService(org.apache.camel.CamelContext context, org.apache.camel.cluster.CamelClusterService.Selector selector)
public static org.apache.camel.cluster.CamelClusterService mandatoryLookupService(org.apache.camel.CamelContext context)
public static org.apache.camel.cluster.CamelClusterService mandatoryLookupService(org.apache.camel.CamelContext context, org.apache.camel.cluster.CamelClusterService.Selector selector)
Apache Camel