| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| org.apache.camel.model.config |
The JAXB POJOs for various configurations for the
XML Configuration
of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
ResequencerConfig |
ResequenceDefinition.getResequencerConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResequenceDefinition.setResequencerConfig(ResequencerConfig resequencerConfig)
To configure the resequencer in using either batch or stream configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchResequencerConfig
Configures batch-processing resequence eip.
|
class |
StreamResequencerConfig
Configures stream-processing resequence eip.
|
Apache Camel