Class CombinedServiceFilter

  • All Implemented Interfaces:
    org.apache.camel.cloud.ServiceFilter

    public class CombinedServiceFilter
    extends Object
    implements org.apache.camel.cloud.ServiceFilter
    • Constructor Detail

      • CombinedServiceFilter

        public CombinedServiceFilter​(List<org.apache.camel.cloud.ServiceFilter> delegates)
    • Method Detail

      • getDelegates

        public List<org.apache.camel.cloud.ServiceFilter> getDelegates()
      • apply

        public List<org.apache.camel.cloud.ServiceDefinition> apply​(List<org.apache.camel.cloud.ServiceDefinition> services)
        Specified by:
        apply in interface org.apache.camel.cloud.ServiceFilter