Interface RedisListenerConfigurer


public interface RedisListenerConfigurer
Optional interface to be implemented by a Spring-managed bean willing to customize how Redis listener endpoints are configured. Typically used to define the default RedisListenerEndpointRegistrar or to customize the payload type conversion and validation.

See @EnableRedisListeners for usage examples.

Since:
4.1
Author:
Ilyass Bougati, Mark Paluch