Uses of Interface
org.apache.camel.Predicate
-
Packages that use Predicate Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of Predicate in org.apache.camel
Subinterfaces of Predicate in org.apache.camel Modifier and Type Interface Description interface
BinaryPredicate
A predicate which evaluates a binary expression.Methods in org.apache.camel that return Predicate Modifier and Type Method Description Predicate
PredicateFactory. createPredicate(CamelContext camelContext)
Creates a predicate -
Uses of Predicate in org.apache.camel.spi
Methods in org.apache.camel.spi that return Predicate Modifier and Type Method Description Predicate
Language. createPredicate(String expression)
Creates a predicate based on only the given string inputdefault Predicate
Language. createPredicate(String expression, Object[] properties)
Creates an expression based on the input with propertiesPredicate
ModelReifierFactory. createPredicate(CamelContext camelContext, Object expressionDefinition)
-