Package org.apache.camel.component.dynamicrouter.filter
package org.apache.camel.component.dynamicrouter.filter
-
ClassDescriptionA service that manages the
PrioritizedFilters for dynamic router subscriptions.Factory to create aDynamicRouterFilterService.This class serves as a wrapper around aFilterProcessorto include an integer representing the priority of this processor, and aComparatorto sort by priority, then by id.Create aPrioritizedFilterinstance.Statistics for aPrioritizedFilterthat tracks details that include: the id of the filter the number of times the filter was invoked the first time the filter was invoked (as epoch milliseconds) the last time the filter was invoked (as epoch milliseconds)