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 interfaceBinaryPredicateA predicate which evaluates a binary expression.Methods in org.apache.camel that return Predicate Modifier and Type Method Description PredicatePredicateFactory. 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 PredicateLanguage. createPredicate(String expression)Creates a predicate based on only the given string inputdefault PredicateLanguage. createPredicate(String expression, Object[] properties)Creates an expression based on the input with propertiesPredicateModelReifierFactory. createPredicate(CamelContext camelContext, Object expressionDefinition)Methods in org.apache.camel.spi with parameters of type Predicate Modifier and Type Method Description ExceptionPredicateExceptionFactory. newPredicateException(Exchange exchange, Predicate predicate, String nodeId)Allows to return a specific exception for the given predicate in case it failed
-