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, Gary Russell
  • Field Details

    • DEFAULT_RETRY_TOPIC_CONFIG_SUPPORT_BEAN_NAME

      public static final String DEFAULT_RETRY_TOPIC_CONFIG_SUPPORT_BEAN_NAME
      The bean name of an internally managed retry topic configuration support, if needed.
      See Also:
    • 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:
    • DEFAULT_SCHEDULER_WRAPPER_BEAN_NAME

      public static final String DEFAULT_SCHEDULER_WRAPPER_BEAN_NAME
      The bean name of the internally registered scheduler wrapper, if needed.
      See Also: