Interface RedisPubSubListener<V>

Type Parameters:
V - value type
All Superinterfaces:
EventListener, MessageListener<V>
All Known Implementing Classes:
BaseRedisPubSubListener, PubSubMessageListener, PubSubPatternMessageListener, PubSubPatternStatusListener, PubSubStatusListener, SubscribeListener

public interface RedisPubSubListener<V> extends MessageListener<V>
Author:
Nikita Koksharov