RouteDefinition |
RouteDefinition.from(EndpointConsumerBuilder endpoint) |
Creates an input to the route
|
RouteDefinition |
RoutesDefinition.from(EndpointConsumerBuilder endpoint) |
|
RouteDefinition |
RouteTemplateDefinition.from(EndpointConsumerBuilder endpoint) |
Creates an input to the route
|
Type |
ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri) |
The Content Enricher EIP enriches an exchange with
additional data obtained from a resourceUri using a PollingConsumer to poll
the endpoint.
|
Type |
ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri,
long timeout) |
The Content Enricher EIP enriches an exchange with
additional data obtained from a resourceUri using a PollingConsumer to poll
the endpoint.
|
Type |
ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri,
long timeout,
String aggregationStrategyRef) |
The Content Enricher EIP enriches an exchange with
additional data obtained from a resourceUri using a PollingConsumer to poll
the endpoint.
|
Type |
ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri,
long timeout,
String aggregationStrategyRef,
boolean aggregateOnException) |
The Content Enricher EIP enriches an exchange with
additional data obtained from a resourceUri using a PollingConsumer to poll
the endpoint.
|
Type |
ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri,
long timeout,
org.apache.camel.AggregationStrategy aggregationStrategy) |
The Content Enricher EIP enriches an exchange with
additional data obtained from a resourceUri using a PollingConsumer to poll
the endpoint.
|
Type |
ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri,
long timeout,
org.apache.camel.AggregationStrategy aggregationStrategy,
boolean aggregateOnException) |
The Content Enricher EIP enriches an exchange with
additional data obtained from a resourceUri using a PollingConsumer to poll
the endpoint.
|
Type |
ProcessorDefinition.pollEnrich(EndpointConsumerBuilder resourceUri,
org.apache.camel.AggregationStrategy aggregationStrategy) |
The Content Enricher EIP enriches an exchange with
additional data obtained from a resourceUri 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.
|
void |
FromDefinition.setEndpointConsumerBuilder(EndpointConsumerBuilder endpointConsumerBuilder) |
|