Uses of Interface
org.apache.camel.component.kafka.PollExceptionStrategy
-
Packages that use PollExceptionStrategy Package Description org.apache.camel.component.kafka -
-
Uses of PollExceptionStrategy in org.apache.camel.component.kafka
Classes in org.apache.camel.component.kafka that implement PollExceptionStrategy Modifier and Type Class Description class
DefaultPollExceptionStrategy
Methods in org.apache.camel.component.kafka that return PollExceptionStrategy Modifier and Type Method Description PollExceptionStrategy
KafkaComponent. getPollExceptionStrategy()
Methods in org.apache.camel.component.kafka with parameters of type PollExceptionStrategy Modifier and Type Method 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.
-