| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPollingConsumerPollStrategy
A default implementation that will not retry on rollback.
|
class |
LimitedPollingConsumerPollStrategy
A
PollingConsumerPollStrategy which supports suspending consumers if they
failed for X number of times in a row. |
| Modifier and Type | Method and Description |
|---|---|
PollingConsumerPollStrategy |
ScheduledPollConsumer.getPollStrategy() |
PollingConsumerPollStrategy |
ScheduledPollEndpoint.getPollStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduledPollConsumer.setPollStrategy(PollingConsumerPollStrategy pollStrategy) |
void |
ScheduledPollEndpoint.setPollStrategy(PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation
to control error handling usually occurred during the poll operation before an Exchange have been created
and being routed in Camel.
|
Apache Camel