Class ContainerPartitionPausingBackOffManagerFactory

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

public class ContainerPartitionPausingBackOffManagerFactory extends AbstractKafkaBackOffManagerFactory
Since:
2.9
  • Constructor Details

    • ContainerPartitionPausingBackOffManagerFactory

      public ContainerPartitionPausingBackOffManagerFactory(ListenerContainerRegistry listenerContainerRegistry, org.springframework.context.ApplicationContext applicationContext)
      Construct an instance with the provided properties.
      Parameters:
      listenerContainerRegistry - the registry.
      applicationContext - the application context.
  • Method Details