| Package | Description |
|---|---|
| org.apache.camel.component.kafka |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPollExceptionStrategy |
| Modifier and Type | Method and Description |
|---|---|
PollExceptionStrategy |
KafkaComponent.getPollExceptionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaComponent.setPollExceptionStrategy(PollExceptionStrategy pollExceptionStrategy)
To use a custom strategy with the consumer to control how to handle exceptions thrown from the Kafka broker while
pooling messages.
|
Apache Camel