Java org.springframework.kafka.listener DefaultAfterRollbackProcessor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.kafka.listener DefaultAfterRollbackProcessor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.kafka.listener DefaultAfterRollbackProcessor.

The text is from its open source code.

Constructor

DefaultAfterRollbackProcessor(@Nullable BiConsumer, Exception> recoverer, int maxFailures)
Construct an instance with the provided recoverer which will be called after maxFailures have occurred for a topic/partition/offset.