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(@Nullable Object bean, @Nullable Method method, @Nullable KafkaListenerErrorHandler errorHandler) Create an instance with the provided parameters.protectedMessagingMessageListenerAdapter(@Nullable Object bean, @Nullable Method method, @Nullable KafkaListenerErrorHandler errorHandler) Create an instance with the provided bean, method and kafka listener error handler.RecordMessagingMessageListenerAdapter(@Nullable Object bean, @Nullable Method method, @Nullable KafkaListenerErrorHandler errorHandler)