| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.enrichWith(String resourceUri)
TODO: document
Note: this is experimental and subject to changes in future releases.
|
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.enrichWith(String resourceUri,
boolean aggregateOnException)
TODO: document
Note: this is experimental and subject to changes in future releases.
|
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.enrichWith(String resourceUri,
boolean aggregateOnException,
boolean shareUnitOfWork)
TODO: document
Note: this is experimental and subject to changes in future releases.
|
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.pollEnrichWith(String resourceUri)
TODO: document
Note: this is experimental and subject to changes in future releases.
|
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.pollEnrichWith(String resourceUri,
long timeout)
TODO: document
Note: this is experimental and subject to changes in future releases.
|
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.pollEnrichWith(String resourceUri,
long timeout,
boolean aggregateOnException)
TODO: document
Note: this is experimental and subject to changes in future releases.
|
Apache Camel