- All Implemented Interfaces:
org.apache.camel.cloud.ServiceFilter
public class CamelCloudServiceFilter
extends Object
implements org.apache.camel.cloud.ServiceFilter
-
Constructor Summary
Constructors
-
Method Summary
List<org.apache.camel.cloud.ServiceDefinition>
apply(org.apache.camel.Exchange exchange,
List<org.apache.camel.cloud.ServiceDefinition> services)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CamelCloudServiceFilter
public CamelCloudServiceFilter(List<org.apache.camel.cloud.ServiceFilter> serviceFilterList)
-
Method Details
-
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 interface org.apache.camel.cloud.ServiceFilter