Interface ListenerInvokingBatchErrorHandler

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

@FunctionalInterface public interface ListenerInvokingBatchErrorHandler extends ContainerAwareBatchErrorHandler
A batch error handler that is capable of invoking the listener during error handling.
Since:
2.3.7