Class CombinedServiceDiscovery

java.lang.Object
org.apache.camel.impl.cloud.CombinedServiceDiscovery
All Implemented Interfaces:
org.apache.camel.cloud.ServiceDiscovery

@Deprecated(since="4.7") public class CombinedServiceDiscovery extends Object implements org.apache.camel.cloud.ServiceDiscovery
Deprecated.
since 4.7
  • Constructor Details

    • CombinedServiceDiscovery

      public CombinedServiceDiscovery(List<org.apache.camel.cloud.ServiceDiscovery> delegates)
      Deprecated.
  • Method Details

    • getDelegates

      public List<org.apache.camel.cloud.ServiceDiscovery> getDelegates()
      Deprecated.
    • getServices

      public List<org.apache.camel.cloud.ServiceDefinition> getServices(String name)
      Deprecated.
      Specified by:
      getServices in interface org.apache.camel.cloud.ServiceDiscovery
    • wrap

      public static CombinedServiceDiscovery wrap(org.apache.camel.cloud.ServiceDiscovery... delegates)
      Deprecated.