Uses of Class
org.apache.camel.model.ChoiceDefinition
Packages that use ChoiceDefinition
-
Uses of ChoiceDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ChoiceDefinitionModifier and TypeMethodDescriptionProcessorDefinition.choice()Content Based Router EIP: Creates a choice of one or more predicates with an otherwise clauseChoiceDefinition.endChoice()ProcessorDefinition.endChoice()Ends the current block and returns back to thechoice()DSL.ChoiceDefinition.otherwise()Sets the otherwise nodeChoiceDefinition.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.ChoiceDefinition.precondition(boolean precondition) Indicates whether this Choice EIP is in precondition mode or not.ChoiceDefinition.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 ChoiceDefinitionModifier and TypeMethodDescriptionChoiceDefinition.when()Creates an expression for the when node