Class RedisListenerConfigUtils
java.lang.Object
org.springframework.data.redis.config.RedisListenerConfigUtils
Configuration constants for internal sharing across subpackages.
- Since:
- 4.1
- Author:
- Mark Paluch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe bean name of the internally managed Redis listener annotation processor.static final StringThe bean name of the internally managed Redis listener endpoint registry.static final StringThe bean name of the default Redis message listener container. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REDIS_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME
The bean name of the internally managed Redis listener annotation processor.- See Also:
-
REDIS_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME
The bean name of the internally managed Redis listener endpoint registry.- See Also:
-
REDIS_MESSAGE_LISTENER_BEAN_NAME
The bean name of the default Redis message listener container.- See Also:
-
-
Constructor Details
-
RedisListenerConfigUtils
public RedisListenerConfigUtils()
-