Package org.apache.camel.impl.cloud
Class CombinedServiceFilter
- java.lang.Object
-
- org.apache.camel.impl.cloud.CombinedServiceFilter
-
- All Implemented Interfaces:
org.apache.camel.cloud.ServiceFilter
public class CombinedServiceFilter extends Object implements org.apache.camel.cloud.ServiceFilter
-
-
Constructor Summary
Constructors Constructor Description CombinedServiceFilter(List<org.apache.camel.cloud.ServiceFilter> delegates)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.camel.cloud.ServiceDefinition>
apply(org.apache.camel.Exchange exchange, List<org.apache.camel.cloud.ServiceDefinition> services)
List<org.apache.camel.cloud.ServiceFilter>
getDelegates()
static CombinedServiceFilter
wrap(org.apache.camel.cloud.ServiceFilter... delegates)
-
-
-
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(org.apache.camel.Exchange exchange, List<org.apache.camel.cloud.ServiceDefinition> services)
- Specified by:
apply
in interfaceorg.apache.camel.cloud.ServiceFilter
-
wrap
public static CombinedServiceFilter wrap(org.apache.camel.cloud.ServiceFilter... delegates)
-
-