| 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(EndpointProducerBuilder resourceUri)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.enrichWith(EndpointProducerBuilder resourceUri,
boolean aggregateOnException)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.enrichWith(EndpointProducerBuilder resourceUri,
boolean aggregateOnException,
boolean shareUnitOfWork)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.enrichWith(String resourceUri)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.enrichWith(String resourceUri,
boolean aggregateOnException)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.enrichWith(String resourceUri,
boolean aggregateOnException,
boolean shareUnitOfWork)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.pollEnrichWith(EndpointProducerBuilder resourceUri)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder using a PollingConsumer to poll
the endpoint. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.pollEnrichWith(EndpointProducerBuilder resourceUri,
long timeout)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder using a PollingConsumer to poll
the endpoint. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.pollEnrichWith(EndpointProducerBuilder resourceUri,
long timeout,
boolean aggregateOnException)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder using a PollingConsumer to poll
the endpoint. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.pollEnrichWith(String resourceUri)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder using a PollingConsumer to poll
the endpoint. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.pollEnrichWith(String resourceUri,
long timeout)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder using a PollingConsumer to poll
the endpoint. |
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.pollEnrichWith(String resourceUri,
long timeout,
boolean aggregateOnException)
The Content
Enricher EIP enriches an exchange with additional data obtained from
a
resourceUri and with an aggregation strategy created using
a fluent builder using a PollingConsumer to poll
the endpoint. |
Apache Camel