Type |
ProcessorDefinition.enrich(EndpointProducerBuilder resourceUri) |
|
Type |
ProcessorDefinition.enrich(EndpointProducerBuilder resourceUri,
org.apache.camel.AggregationStrategy aggregationStrategy) |
|
Type |
ProcessorDefinition.enrich(EndpointProducerBuilder resourceUri,
org.apache.camel.AggregationStrategy aggregationStrategy,
boolean aggregateOnException) |
|
Type |
ProcessorDefinition.enrich(EndpointProducerBuilder resourceUri,
org.apache.camel.AggregationStrategy aggregationStrategy,
boolean aggregateOnException,
boolean shareUnitOfWork) |
|
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.
|
void |
SendDefinition.setEndpointProducerBuilder(EndpointProducerBuilder endpointProducerBuilder) |
|
void |
ToDynamicDefinition.setEndpointProducerBuilder(EndpointProducerBuilder endpointProducerBuilder) |
|
Type |
ProcessorDefinition.to(EndpointProducerBuilder endpoint) |
Sends the exchange to the given endpoint
|
Type |
ProcessorDefinition.to(EndpointProducerBuilder... endpoints) |
Sends the exchange to a list of endpoints
|
Type |
ProcessorDefinition.to(org.apache.camel.ExchangePattern pattern,
EndpointProducerBuilder endpoint) |
Sends the exchange with certain exchange pattern to the given endpoint
|
Type |
ProcessorDefinition.to(org.apache.camel.ExchangePattern pattern,
EndpointProducerBuilder... endpoints) |
Sends the exchange to a list of endpoints
|
Type |
ProcessorDefinition.toD(EndpointProducerBuilder endpointProducerBuilder) |
Sends the exchange to the given dynamic endpoint
|
Type |
ProcessorDefinition.toD(EndpointProducerBuilder endpointProducerBuilder,
boolean ignoreInvalidEndpoint) |
Sends the exchange to the given dynamic endpoint
|
Type |
ProcessorDefinition.toD(EndpointProducerBuilder endpointProducerBuilder,
int cacheSize) |
Sends the exchange to the given dynamic endpoint
|
ToDynamicDefinition |
ToDynamicDefinition.uri(EndpointProducerBuilder endpointProducerBuilder) |
The uri of the endpoint to send to.
|
WireTapDefinition<Type> |
ProcessorDefinition.wireTap(EndpointProducerBuilder endpoint) |
WireTap EIP: Sends messages to all its child outputs; so that
each processor and destination gets a copy of the original message to avoid the processors interfering with each
other using ExchangePattern.InOnly .
|