Class ServiceRegistryHelper

java.lang.Object
org.apache.camel.impl.cloud.ServiceRegistryHelper

public final class ServiceRegistryHelper extends Object
  • 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)