Uses of Class
org.apache.camel.component.dynamicrouter.PrioritizedFilterProcessor
-
-
Uses of PrioritizedFilterProcessor in org.apache.camel.component.dynamicrouter
Fields in org.apache.camel.component.dynamicrouter with type parameters of type PrioritizedFilterProcessor Modifier and Type Field Description static Comparator<PrioritizedFilterProcessor>PrioritizedFilterProcessor. COMPARATORA comparator to sortPrioritizedFilterProcessors by their priority field.Methods in org.apache.camel.component.dynamicrouter that return PrioritizedFilterProcessor Modifier and Type Method Description PrioritizedFilterProcessorDynamicRouterProcessor. getFilter(String filterId)Return the filter with the supplied filter identifier.PrioritizedFilterProcessorPrioritizedFilterProcessor.PrioritizedFilterProcessorFactory. getInstance(String id, int priority, org.apache.camel.CamelContext context, org.apache.camel.Predicate predicate, org.apache.camel.Processor processor)Create this processor with all properties.Methods in org.apache.camel.component.dynamicrouter with parameters of type PrioritizedFilterProcessor Modifier and Type Method Description voidDynamicRouterProcessor. addFilter(PrioritizedFilterProcessor filter)Adds the filter to the list of filters, and ensure that the filters are sorted by priority after the insertion.intPrioritizedFilterProcessor. compareTo(PrioritizedFilterProcessor other)Compare the priority of this instance to the priority of the parameter.
-