Uses of Class
org.apache.camel.model.FilterDefinition
-
Packages that use FilterDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of FilterDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return FilterDefinition Modifier and Type Method Description FilterDefinition
ProcessorDefinition. filter(String language, String expression)
Message Filter EIP: Creates a predicate language expression which only if it is true then the exchange is forwarded to the destinationFilterDefinition
ProcessorDefinition. filter(ExpressionDefinition expression)
Message Filter EIP: Creates a predicate expression which only if it is true then the exchange is forwarded to the destinationFilterDefinition
ProcessorDefinition. 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 destinationMethods in org.apache.camel.model that return types with arguments of type FilterDefinition Modifier and Type Method Description ExpressionClause<? 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
-