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
@Deprecated(since="4.7")
public class CombinedServiceFilter
extends Object
implements org.apache.camel.cloud.ServiceFilter
Deprecated.
since 4.7
-
Constructor Summary
ConstructorsConstructorDescriptionCombinedServiceFilter(List<org.apache.camel.cloud.ServiceFilter> delegates) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.camel.cloud.ServiceDefinition> Deprecated.List<org.apache.camel.cloud.ServiceFilter> Deprecated.static CombinedServiceFilterwrap(org.apache.camel.cloud.ServiceFilter... delegates) Deprecated.
-
Constructor Details
-
CombinedServiceFilter
Deprecated.
-
-
Method Details