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.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.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.
|
EnrichClause<ProcessorDefinition<Type>> |
ProcessorDefinition.pollEnrichWith(EndpointConsumerBuilder 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(EndpointConsumerBuilder 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(EndpointConsumerBuilder 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.
|