Class ServiceRegistryHelper

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

@Deprecated(since="4.7") public final class ServiceRegistryHelper extends Object
Deprecated.
since 4.7
  • Method Summary

    Modifier and Type
    Method
    Description
    static Optional<org.apache.camel.cloud.ServiceRegistry>
    lookupService(org.apache.camel.CamelContext context)
    Deprecated.
     
    static Optional<org.apache.camel.cloud.ServiceRegistry>
    lookupService(org.apache.camel.CamelContext context, org.apache.camel.cloud.ServiceRegistry.Selector selector)
    Deprecated.
     
    static org.apache.camel.cloud.ServiceRegistry
    mandatoryLookupService(org.apache.camel.CamelContext context)
    Deprecated.
     
    static org.apache.camel.cloud.ServiceRegistry
    mandatoryLookupService(org.apache.camel.CamelContext context, org.apache.camel.cloud.ServiceRegistry.Selector selector)
    Deprecated.
     

    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.cloud.ServiceRegistry> lookupService(org.apache.camel.CamelContext context)
      Deprecated.
    • lookupService

      public static Optional<org.apache.camel.cloud.ServiceRegistry> lookupService(org.apache.camel.CamelContext context, org.apache.camel.cloud.ServiceRegistry.Selector selector)
      Deprecated.
    • mandatoryLookupService

      public static org.apache.camel.cloud.ServiceRegistry mandatoryLookupService(org.apache.camel.CamelContext context)
      Deprecated.
    • mandatoryLookupService

      public static org.apache.camel.cloud.ServiceRegistry mandatoryLookupService(org.apache.camel.CamelContext context, org.apache.camel.cloud.ServiceRegistry.Selector selector)
      Deprecated.