Class RedisListenerEndpointRegistrar

java.lang.Object
org.springframework.data.redis.config.RedisListenerEndpointRegistrar
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean

public class RedisListenerEndpointRegistrar extends Object implements BeanFactoryAware, InitializingBean
Helper bean for registering RedisListenerEndpoint instances with a RedisListenerEndpointRegistry.

Provides convenient methods to register endpoints and configure the underlying infrastructure, such as the MessageHandlerMethodFactory and MessageConverter.

Since:
4.1
Author:
Ilyass Bougati, Mark Paluch