Interface ConsumerRecordRecoverer

All Superinterfaces:
BiConsumer<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>,Exception>
All Known Subinterfaces:
ConsumerAwareRecordRecoverer
All Known Implementing Classes:
DeadLetterPublishingRecoverer
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 ConsumerRecordRecoverer extends BiConsumer<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>,Exception>
A BiConsumer extension for recovering consumer records.
Since:
2.3