Class SimpleRedisListenerEndpoint

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

public class SimpleRedisListenerEndpoint extends AbstractRedisListenerEndpoint
A RedisListenerEndpoint simply providing the MessageListener to invoke to process an incoming message for this endpoint.
Since:
4.1
Author:
Mark Paluch