Uses of Interface
org.springframework.kafka.listener.KafkaListenerErrorHandler
Packages that use KafkaListenerErrorHandler
Package
Description
Package for kafka configuration
Package for kafka listeners
Provides classes for adapting listeners.
-
Uses of KafkaListenerErrorHandler in org.springframework.kafka.config
Methods in org.springframework.kafka.config with parameters of type KafkaListenerErrorHandlerModifier and TypeMethodDescriptionvoid
MethodKafkaListenerEndpoint.setErrorHandler
(KafkaListenerErrorHandler errorHandler) Set theKafkaListenerErrorHandler
to invoke if the listener method throws an exception. -
Uses of KafkaListenerErrorHandler in org.springframework.kafka.listener
Subinterfaces of KafkaListenerErrorHandler in org.springframework.kafka.listenerModifier and TypeInterfaceDescriptioninterface
An error handler that has access to the consumer.interface
AKafkaListenerErrorHandler
that supports manual acks. -
Uses of KafkaListenerErrorHandler in org.springframework.kafka.listener.adapter
Constructors in org.springframework.kafka.listener.adapter with parameters of type KafkaListenerErrorHandlerModifierConstructorDescriptionBatchMessagingMessageListenerAdapter
(Object bean, Method method, KafkaListenerErrorHandler errorHandler) Create an instance with the provided parameters.RecordMessagingMessageListenerAdapter
(Object bean, Method method, KafkaListenerErrorHandler errorHandler)