Class RetryTopicBeanNames

java.lang.Object
org.springframework.kafka.retrytopic.RetryTopicBeanNames

public final class RetryTopicBeanNames extends Object
The bean names for the non-blocking topic-based delayed retries feature.
Since:
2.9
Author:
Tomaz Fernandes
  • Field Details

    • RETRY_TOPIC_CONFIGURER_BEAN_NAME

      public static final String RETRY_TOPIC_CONFIGURER_BEAN_NAME
      The bean name of the internally managed retry topic configurer.
      See Also:
    • DESTINATION_TOPIC_RESOLVER_BEAN_NAME

      public static final String DESTINATION_TOPIC_RESOLVER_BEAN_NAME
      The bean name of the internally managed destination topic resolver.
      See Also:
    • DEFAULT_LISTENER_CONTAINER_FACTORY_BEAN_NAME

      public static final String DEFAULT_LISTENER_CONTAINER_FACTORY_BEAN_NAME
      The bean name of the internally managed listener container factory.
      See Also:
    • DEFAULT_KAFKA_TEMPLATE_BEAN_NAME

      public static final String DEFAULT_KAFKA_TEMPLATE_BEAN_NAME
      The bean name of the internally managed listener container factory.
      See Also: