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 TypeMethodDescriptionvoidMethodKafkaListenerEndpoint.setErrorHandler(KafkaListenerErrorHandler errorHandler) Set theKafkaListenerErrorHandlerto 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 TypeInterfaceDescriptioninterfaceAn error handler that has access to the consumer.interfaceAKafkaListenerErrorHandlerthat 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)