| 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.
|
| org.apache.camel.reifier |
| Modifier and Type | Method and Description |
|---|---|
BatchResequencerConfig |
ResequenceDefinition.getBatchConfig() |
| Modifier and Type | Method and Description |
|---|---|
ResequenceDefinition |
ResequenceDefinition.batch(BatchResequencerConfig config)
Configures the batch-based resequencing algorithm using the given
BatchResequencerConfig. |
void |
ResequenceDefinition.setBatchConfig(BatchResequencerConfig batchConfig) |
| Modifier and Type | Method and Description |
|---|---|
static BatchResequencerConfig |
BatchResequencerConfig.getDefault()
Returns a new
BatchResequencerConfig instance using default
values for batchSize (100) and batchTimeout
(1000L). |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.processor.Resequencer |
ResequenceReifier.createBatchResequencer(org.apache.camel.spi.RouteContext routeContext,
BatchResequencerConfig config)
Creates a batch
Resequencer instance applying the given
config. |
Apache Camel