Uses of Class
org.apache.camel.model.WhenDefinition
Packages that use WhenDefinition
-
Uses of WhenDefinition in org.apache.camel.model
Subclasses of WhenDefinition in org.apache.camel.modelModifier and TypeClassDescriptionclassPredicate to determine if the message should be sent or not to the endpoint, when using interceptSentToEndpoint.Methods in org.apache.camel.model that return WhenDefinitionModifier and TypeMethodDescriptionCatchDefinition.getOnWhen()OnCompletionDefinition.getOnWhen()OnExceptionDefinition.getOnWhen()Methods in org.apache.camel.model that return types with arguments of type WhenDefinitionMethods in org.apache.camel.model with parameters of type WhenDefinitionModifier and TypeMethodDescriptionvoidCatchDefinition.setOnWhen(WhenDefinition onWhen) voidOnCompletionDefinition.setOnWhen(WhenDefinition onWhen) voidOnExceptionDefinition.setOnWhen(WhenDefinition onWhen) Method parameters in org.apache.camel.model with type arguments of type WhenDefinitionModifier and TypeMethodDescriptionvoidChoiceDefinition.setWhenClauses(List<WhenDefinition> whenClauses) Sets the when nodes