Class CombinedServiceDiscovery

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

public class CombinedServiceDiscovery extends Object implements org.apache.camel.cloud.ServiceDiscovery
  • Constructor Details

    • CombinedServiceDiscovery

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

    • getDelegates

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

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

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