Interface ConsumerRecordRecoverer

  • All Superinterfaces:
    java.util.function.BiConsumer<org.apache.kafka.clients.consumer.ConsumerRecord<?,​?>,​java.lang.Exception>
    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 java.util.function.BiConsumer<org.apache.kafka.clients.consumer.ConsumerRecord<?,​?>,​java.lang.Exception>
    A BiConsumer extension for recovering consumer records.
    Since:
    2.3
    Author:
    Gary Russell
    • Method Summary

      • Methods inherited from interface java.util.function.BiConsumer

        accept, andThen