Uses of Class
org.apache.camel.builder.PredicateClause
-
Packages that use PredicateClause Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of PredicateClause in org.apache.camel.model
Methods in org.apache.camel.model that return PredicateClause Modifier and Type Method Description PredicateClause<AggregateDefinition>
AggregateDefinition. completion()
A Predicate to indicate when an aggregated exchange is complete.PredicateClause<AggregateDefinition>
AggregateDefinition. completionPredicate()
A Predicate to indicate when an aggregated exchange is complete.
-