Uses of Class
org.apache.camel.model.ChoiceDefinition
-
Packages that use ChoiceDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of ChoiceDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ChoiceDefinition Modifier and Type Method Description ChoiceDefinitionProcessorDefinition. choice()Content Based Router EIP: Creates a choice of one or more predicates with an otherwise clauseChoiceDefinitionChoiceDefinition. endChoice()ChoiceDefinitionProcessorDefinition. endChoice()Ends the current block and returns back to thechoice()DSL.ChoiceDefinitionChoiceDefinition. otherwise()Sets the otherwise nodeChoiceDefinitionChoiceDefinition. precondition()Indicates that this Choice EIP is in precondition mode, its branches (when/otherwise) are then evaluated during startup to keep at runtime only the branch that matched.ChoiceDefinitionChoiceDefinition. precondition(boolean precondition)Indicates whether this Choice EIP is in precondition mode or not.ChoiceDefinitionChoiceDefinition. when(org.apache.camel.Predicate predicate)Sets the predicate for the when nodeMethods in org.apache.camel.model that return types with arguments of type ChoiceDefinition Modifier and Type Method Description ExpressionClause<ChoiceDefinition>ChoiceDefinition. when()Creates an expression for the when node
-