Class ClusterServiceHelper

java.lang.Object
org.apache.camel.support.cluster.ClusterServiceHelper

public final class ClusterServiceHelper extends Object
  • Method Summary

    Modifier and Type
    Method
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • lookupService

      public static Optional<org.apache.camel.cluster.CamelClusterService> lookupService(org.apache.camel.CamelContext context)
    • lookupService

      public static Optional<org.apache.camel.cluster.CamelClusterService> lookupService(org.apache.camel.CamelContext context, org.apache.camel.cluster.CamelClusterService.Selector selector)
    • mandatoryLookupService

      public static org.apache.camel.cluster.CamelClusterService mandatoryLookupService(org.apache.camel.CamelContext context)
    • mandatoryLookupService

      public static org.apache.camel.cluster.CamelClusterService mandatoryLookupService(org.apache.camel.CamelContext context, org.apache.camel.cluster.CamelClusterService.Selector selector)