Uses of Class
org.apache.camel.model.LoopDefinition
Packages that use LoopDefinition
-
Uses of LoopDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return LoopDefinitionModifier and TypeMethodDescriptionLoopDefinition.breakOnShutdown()LoopDefinition.copy()Enables copy mode so a copy of the input Exchange is used for each iteration.ProcessorDefinition.loop(int count) Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.ProcessorDefinition.loop(org.apache.camel.Expression expression) Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.ProcessorDefinition.loopDoWhile(org.apache.camel.Predicate predicate) Loop EIP: Creates a while loop allowing to process the a message while the predicate matches and possibly process them in a different way.Methods in org.apache.camel.model that return types with arguments of type LoopDefinitionModifier and TypeMethodDescriptionProcessorDefinition.loop()Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way.ProcessorDefinition.loopDoWhile()Loop EIP: Creates a loop allowing to process the a message a number of times and possibly process them in a different way using a fluent builder.