public class CombinedServiceFilter extends Object implements org.apache.camel.cloud.ServiceFilter
| Constructor and Description |
|---|
CombinedServiceFilter(List<org.apache.camel.cloud.ServiceFilter> delegates) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.camel.cloud.ServiceDefinition> |
apply(List<org.apache.camel.cloud.ServiceDefinition> services) |
List<org.apache.camel.cloud.ServiceFilter> |
getDelegates() |
static CombinedServiceFilter |
wrap(org.apache.camel.cloud.ServiceFilter... delegates) |
public CombinedServiceFilter(List<org.apache.camel.cloud.ServiceFilter> delegates)
public List<org.apache.camel.cloud.ServiceFilter> getDelegates()
public List<org.apache.camel.cloud.ServiceDefinition> apply(List<org.apache.camel.cloud.ServiceDefinition> services)
apply in interface org.apache.camel.cloud.ServiceFilterpublic static CombinedServiceFilter wrap(org.apache.camel.cloud.ServiceFilter... delegates)
Apache Camel