Package | Description |
---|---|
org.apache.camel.management.mbean |
Camel management JMX MBeans
|
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
Modifier and Type | Method and Description |
---|---|
PollEnrichDefinition |
ManagedPollEnricher.getDefinition() |
Constructor and Description |
---|
ManagedPollEnricher(CamelContext context,
PollEnricher processor,
PollEnrichDefinition definition) |
Modifier and Type | Method and Description |
---|---|
PollEnrichDefinition |
PollEnrichDefinition.aggregateOnException(boolean aggregateOnException)
If this option is false then the aggregate method is not used if there was an exception thrown while trying
to retrieve the data to enrich from the resource.
|
PollEnrichDefinition |
PollEnrichDefinition.aggregationStrategy(AggregationStrategy aggregationStrategy)
Sets the AggregationStrategy to be used to merge the reply from the external service, into a single outgoing message.
|
PollEnrichDefinition |
PollEnrichDefinition.aggregationStrategyMethodAllowNull(boolean aggregationStrategyMethodAllowNull)
If this option is false then the aggregate method is not used if there was no data to enrich.
|
PollEnrichDefinition |
PollEnrichDefinition.aggregationStrategyMethodName(String aggregationStrategyMethodName)
This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.
|
PollEnrichDefinition |
PollEnrichDefinition.aggregationStrategyRef(String aggregationStrategyRef)
Refers to an AggregationStrategy to be used to merge the reply from the external service, into a single outgoing message.
|
PollEnrichDefinition |
PollEnrichDefinition.cacheSize(int cacheSize)
Sets the maximum size used by the
ConsumerCache which is used
to cache and reuse consumers when uris are reused. |
PollEnrichDefinition |
PollEnrichDefinition.ignoreInvalidEndpoint()
Ignore the invalidate endpoint exception when try to create a producer with that endpoint
|
PollEnrichDefinition |
PollEnrichDefinition.timeout(long timeout)
Timeout in millis when polling from the external service.
|
Modifier and Type | Method and Description |
---|---|
ExpressionClause<PollEnrichDefinition> |
ProcessorDefinition.pollEnrich()
The Content Enricher EIP
enriches an exchange with additional data obtained from a
resourceUri
using a PollingConsumer to poll the endpoint. |
Apache Camel