Interface BatchErrorHandler

    • Method Detail

      • handle

        default void handle​(java.lang.Exception thrownException,
                            org.apache.kafka.clients.consumer.ConsumerRecords<?,​?> data,
                            org.apache.kafka.clients.consumer.Consumer<?,​?> consumer,
                            MessageListenerContainer container)
        Handle the exception.
        Parameters:
        thrownException - the exception.
        data - the consumer records.
        consumer - the consumer.
        container - the container.
      • handle

        default void handle​(java.lang.Exception thrownException,
                            org.apache.kafka.clients.consumer.ConsumerRecords<?,​?> data,
                            org.apache.kafka.clients.consumer.Consumer<?,​?> consumer,
                            MessageListenerContainer container,
                            java.lang.Runnable invokeListener)
        Handle the exception.
        Parameters:
        thrownException - the exception.
        data - the consumer records.
        consumer - the consumer.
        container - the container.
        invokeListener - a callback to re-invoke the listener.
        Since:
        2.3.7