Uses of Interface
org.apache.camel.component.kafka.PollExceptionStrategy
Packages that use PollExceptionStrategy
Package
Description
-
Uses of PollExceptionStrategy in org.apache.camel.component.kafka
Methods in org.apache.camel.component.kafka that return PollExceptionStrategyMethods in org.apache.camel.component.kafka with parameters of type PollExceptionStrategyModifier and TypeMethodDescriptionvoid
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 PollExceptionStrategyModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.apache.camel.component.kafka.consumer.errorhandler that return PollExceptionStrategyModifier and TypeMethodDescriptionstatic PollExceptionStrategy
KafkaErrorStrategies.strategies
(KafkaFetchRecords recordFetcher, KafkaEndpoint endpoint, org.apache.kafka.clients.consumer.Consumer<?, ?> consumer)