| 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 |
|---|---|
StreamResequencerConfig |
ResequenceDefinition.getStreamConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResequenceDefinition.setStreamConfig(StreamResequencerConfig streamConfig) |
ResequenceDefinition |
ResequenceDefinition.stream(StreamResequencerConfig config)
Configures the stream-based resequencing algorithm using the given
StreamResequencerConfig. |
| Modifier and Type | Method and Description |
|---|---|
static StreamResequencerConfig |
StreamResequencerConfig.getDefault()
Returns a new
StreamResequencerConfig instance using default
values for capacity (1000) and timeout (1000L). |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.processor.StreamResequencer |
ResequenceReifier.createStreamResequencer(org.apache.camel.spi.RouteContext routeContext,
StreamResequencerConfig config)
Creates a
StreamResequencer instance applying the given
config. |
Apache Camel