Uses of Class
org.apache.camel.builder.ChoicePredicateBuilder

Packages that use ChoicePredicateBuilder
org.apache.camel.builder The Camel routing DSL 
 

Uses of ChoicePredicateBuilder in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return ChoicePredicateBuilder
 ChoicePredicateBuilder<E> ChoiceBuilder.when(Predicate<E> predicate)
          Adds a predicate which if it is true then the message exchange is sent to the given destination
 

Methods in org.apache.camel.builder that return types with arguments of type ChoicePredicateBuilder
 List<ChoicePredicateBuilder<E>> ChoiceBuilder.getPredicateBuilders()
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.