Interface ListenerInvokingBatchErrorHandler

All Superinterfaces:
BatchErrorHandler, ConsumerAwareBatchErrorHandler, ContainerAwareBatchErrorHandler, GenericErrorHandler<org.apache.kafka.clients.consumer.ConsumerRecords<?,?>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface ListenerInvokingBatchErrorHandler extends ContainerAwareBatchErrorHandler
Deprecated.
in favor of CommonErrorHandler.
A batch error handler that is capable of invoking the listener during error handling.
Since:
2.3.7
Author:
Gary Russell