Package | Description |
---|---|
org.apache.camel.management.mbean |
Camel management JMX MBeans
|
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
Modifier and Type | Method and Description |
---|---|
LoopDefinition |
ManagedLoop.getDefinition() |
Constructor and Description |
---|
ManagedLoop(CamelContext context,
LoopProcessor processor,
LoopDefinition definition) |
Modifier and Type | Method and Description |
---|---|
LoopDefinition |
LoopDefinition.copy()
Enables copy mode so a copy of the input Exchange is used for each iteration.
|
LoopDefinition |
ProcessorDefinition.loop(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.
|
LoopDefinition |
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.
|
LoopDefinition |
ProcessorDefinition.loopDoWhile(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.
|
Modifier and Type | Method and Description |
---|---|
ExpressionClause<LoopDefinition> |
ProcessorDefinition.loop()
Loop EIP:
Creates a loop allowing to process the a message a number of times and possibly process them
in a different way.
|
Apache Camel