Class RedisListenerEndpointRegistry

java.lang.Object
org.springframework.data.redis.config.RedisListenerEndpointRegistry
All Implemented Interfaces:
Lifecycle, Phased, SmartLifecycle

public class RedisListenerEndpointRegistry extends Object implements SmartLifecycle
Creates the necessary RedisMessageListenerContainer instances for the registered endpoints.

Manages the lifecycle of the listener containers.

Since:
4.1
Author:
Ilyass Bougati