Class MethodRedisListenerEndpoint

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

public class MethodRedisListenerEndpoint extends AbstractRedisListenerEndpoint
A RedisListenerEndpoint providing the method invocation mechanism for a specific bean method.
Since:
4.1
Author:
Ilyass Bougati, Mark Paluch
See Also: