public interface PollExceptionStrategy
Modifier and Type | Method and Description |
---|---|
PollOnError |
handleException(Exception exception)
Controls how to handle the exception while polling from Kafka.
|
PollOnError handleException(Exception exception)
exception
- the caused exception which typically would be a KafkaException
Apache Camel