Uses of Record Class
org.apache.camel.component.dynamicrouter.filter.PrioritizedFilter
Packages that use PrioritizedFilter
Package
Description
-
Uses of PrioritizedFilter in org.apache.camel.component.dynamicrouter.control
Methods in org.apache.camel.component.dynamicrouter.control that return types with arguments of type PrioritizedFilterModifier and TypeMethodDescriptionDynamicRouterControlService.getSubscriptionsMap()Retrieves a copy of the filter map. -
Uses of PrioritizedFilter in org.apache.camel.component.dynamicrouter.filter
Methods in org.apache.camel.component.dynamicrouter.filter that return PrioritizedFilterModifier and TypeMethodDescriptionDynamicRouterFilterService.createFilter(String id, int priority, org.apache.camel.Predicate predicate, String endpoint, PrioritizedFilterStatistics statistics) Convenience method to create aPrioritizedFilterfrom the supplied parameters.DynamicRouterFilterService.getFilterById(String filterId, String channel) Return the filter with the supplied filter identifier.PrioritizedFilter.PrioritizedFilterFactory.getInstance(String id, int priority, org.apache.camel.Predicate predicate, String endpoint, PrioritizedFilterStatistics statistics) Create this processor with all properties.Methods in org.apache.camel.component.dynamicrouter.filter that return types with arguments of type PrioritizedFilterModifier and TypeMethodDescriptionDynamicRouterFilterService.getFilterMap()Retrieves a copy of the filter map.DynamicRouterFilterService.getFiltersForChannel(String channel) Get a copy of thePrioritizedFilters for the specified channel.Methods in org.apache.camel.component.dynamicrouter.filter with parameters of type PrioritizedFilterModifier and TypeMethodDescriptionDynamicRouterFilterService.addFilterForChannel(PrioritizedFilter filter, String channel, boolean update) Adds the filter to the list of filters, and ensure that the filters are sorted by priority after the insertion.intPrioritizedFilter.compareTo(PrioritizedFilter other) Compare the priority of this instance to the priority of the parameter. -
Uses of PrioritizedFilter in org.apache.camel.component.dynamicrouter.routing
Fields in org.apache.camel.component.dynamicrouter.routing with type parameters of type PrioritizedFilterModifier and TypeFieldDescriptionstatic final Comparator<PrioritizedFilter> DynamicRouterConstants.FILTER_COMPARATORA comparator to sortPrioritizedFilters by their priority field.