Class RetryTopicBeanNames
java.lang.Object
org.springframework.kafka.retrytopic.RetryTopicBeanNames
The bean names for the non-blocking topic-based delayed retries feature.
- Since:
- 2.9
- Author:
- Tomaz Fernandes, Gary Russell
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The bean name of the internally managed listener container factory.static final String
The bean name of the internally managed listener container factory.static final String
The bean name of an internally managed retry topic configuration support, if needed.static final String
The bean name of the internally registered scheduler wrapper, if needed.static final String
The bean name of the internally managed destination topic resolver.static final String
The bean name of the internally managed retry topic configurer. -
Method Summary
-
Field Details
-
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
The bean name of the internally managed retry topic configurer.- See Also:
-
DESTINATION_TOPIC_RESOLVER_BEAN_NAME
The bean name of the internally managed destination topic resolver.- See Also:
-
DEFAULT_LISTENER_CONTAINER_FACTORY_BEAN_NAME
The bean name of the internally managed listener container factory.- See Also:
-
DEFAULT_KAFKA_TEMPLATE_BEAN_NAME
The bean name of the internally managed listener container factory.- See Also:
-
DEFAULT_SCHEDULER_WRAPPER_BEAN_NAME
The bean name of the internally registered scheduler wrapper, if needed.- See Also:
-