Uses of Interface
org.apache.camel.component.kafka.PollExceptionStrategy
-
Packages that use PollExceptionStrategy Package Description org.apache.camel.component.kafka org.apache.camel.component.kafka.consumer.errorhandler -
-
Uses of PollExceptionStrategy in org.apache.camel.component.kafka
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. -
Uses of PollExceptionStrategy in org.apache.camel.component.kafka.consumer.errorhandler
Classes in org.apache.camel.component.kafka.consumer.errorhandler that implement PollExceptionStrategy Modifier and Type Class Description class
BridgeErrorStrategy
class
DiscardErrorStrategy
class
ReconnectErrorStrategy
class
RetryErrorStrategy
class
StopErrorStrategy
Methods in org.apache.camel.component.kafka.consumer.errorhandler that return PollExceptionStrategy Modifier and Type Method Description static PollExceptionStrategy
KafkaErrorStrategies. strategies(KafkaFetchRecords recordFetcher, KafkaEndpoint endpoint, org.apache.kafka.clients.consumer.Consumer<?,?> consumer)
-