Module lettuce.core

Class RedisClusterPubSubAdapter<K,​V>

java.lang.Object
io.lettuce.core.cluster.pubsub.RedisClusterPubSubAdapter<K,​V>
Type Parameters:
K - Key type.
V - Value type.
All Implemented Interfaces:
RedisClusterPubSubListener<K,​V>

public class RedisClusterPubSubAdapter<K,​V>
extends Object
implements RedisClusterPubSubListener<K,​V>
Convenience adapter with an empty implementation of all RedisClusterPubSubListener callback methods.
Since:
4.4
Author:
Mark Paluch