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 PollExceptionStrategyKafkaComponent. getPollExceptionStrategy()Methods in org.apache.camel.component.kafka with parameters of type PollExceptionStrategy Modifier and Type Method Description voidKafkaComponent. 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 classBridgeErrorStrategyclassDiscardErrorStrategyclassReconnectErrorStrategyclassRetryErrorStrategyclassStopErrorStrategyMethods in org.apache.camel.component.kafka.consumer.errorhandler that return PollExceptionStrategy Modifier and Type Method Description static PollExceptionStrategyKafkaErrorStrategies. strategies(KafkaFetchRecords recordFetcher, KafkaEndpoint endpoint, org.apache.kafka.clients.consumer.Consumer<?,?> consumer)
-