Class PrioritizedFilter.PrioritizedFilterFactory
java.lang.Object
org.apache.camel.component.dynamicrouter.filter.PrioritizedFilter.PrioritizedFilterFactory
- Enclosing class:
PrioritizedFilter
Create a
PrioritizedFilter instance.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstance(String id, int priority, org.apache.camel.Predicate predicate, String endpoint, PrioritizedFilterStatistics statistics) Create this processor with all properties.
-
Constructor Details
-
PrioritizedFilterFactory
public PrioritizedFilterFactory()
-
-
Method Details
-
getInstance
public PrioritizedFilter getInstance(String id, int priority, org.apache.camel.Predicate predicate, String endpoint, PrioritizedFilterStatistics statistics) Create this processor with all properties.- Parameters:
id- the identifierpriority- the priority of this processorpredicate- the rule expressionendpoint- the destination endpoint for matching exchangesstatistics- the object that holds routing statistics for this filter
-