Class RedisListenerConfigUtils

java.lang.Object
org.springframework.data.redis.config.RedisListenerConfigUtils

public abstract class RedisListenerConfigUtils extends Object
Configuration constants for internal sharing across subpackages.
Since:
4.1
Author:
Mark Paluch
  • Field Details

    • REDIS_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME

      public static final String 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

      public static final String REDIS_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME
      The bean name of the internally managed Redis listener endpoint registry.
      See Also:
    • REDIS_MESSAGE_LISTENER_BEAN_NAME

      public static final String REDIS_MESSAGE_LISTENER_BEAN_NAME
      The bean name of the default Redis message listener container.
      See Also:
  • Constructor Details

    • RedisListenerConfigUtils

      public RedisListenerConfigUtils()