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
-
Field Summary
FieldsModifier 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 the internally managed destination topic resolver.static final String
The bean name of the internally managed retry topic configurer. -
Method Summary
-
Field Details
-
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:
-