Interface LettuceClusterConnection.LettuceClusterCommandCallback<T>

Type Parameters:
T -
All Superinterfaces:
ClusterCommandExecutor.ClusterCommandCallback<io.lettuce.core.cluster.api.sync.RedisClusterCommands<byte[],byte[]>,T>
Enclosing class:
LettuceClusterConnection

protected static interface LettuceClusterConnection.LettuceClusterCommandCallback<T> extends ClusterCommandExecutor.ClusterCommandCallback<io.lettuce.core.cluster.api.sync.RedisClusterCommands<byte[],byte[]>,T>
Lettuce specific implementation of ClusterCommandExecutor.ClusterCommandCallback.
Since:
1.7
Author:
Christoph Strobl