Uses of Class
org.apache.camel.model.FilterDefinition
Packages that use FilterDefinition
-
Uses of FilterDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return FilterDefinitionModifier and TypeMethodDescriptionMessage Filter EIP: Creates a predicate language expression which only if it is true then the exchange is forwarded to the destinationProcessorDefinition.filter(ExpressionDefinition expression) Message Filter EIP: Creates a predicate expression which only if it is true then the exchange is forwarded to the destinationProcessorDefinition.filter(org.apache.camel.Predicate predicate) Message Filter EIP: Creates a predicate which is applied and only if it is true then the exchange is forwarded to the destinationFilterDefinition.statusPropertyName(String statusPropertyName) Name of exchange property to use for storing the status of the filtering.Methods in org.apache.camel.model that return types with arguments of type FilterDefinitionModifier and TypeMethodDescriptionExpressionClause<? extends FilterDefinition>ProcessorDefinition.filter()Message Filter EIP: Creates a predicate expression which only if it is true then the exchange is forwarded to the destination