Class AbstractKafkaBackOffManagerFactory

java.lang.Object
org.springframework.kafka.listener.AbstractKafkaBackOffManagerFactory
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, KafkaBackOffManagerFactory
Direct Known Subclasses:
ContainerPartitionPausingBackOffManagerFactory

public abstract class AbstractKafkaBackOffManagerFactory extends Object implements KafkaBackOffManagerFactory, org.springframework.context.ApplicationContextAware
Base class for KafkaBackOffManagerFactory implementations.
Since:
2.7
See Also: