インターフェース LettuceClusterConnection.LettuceClusterCommandCallback<T>

型パラメーター:
T -
すべてのスーパーインターフェース:
ClusterCommandExecutor.ClusterCommandCallback<io.lettuce.core.cluster.api.sync.RedisClusterCommands<byte[],byte[]>,T>
含まれているクラス:
LettuceClusterConnection

protected static interface LettuceClusterConnection.LettuceClusterCommandCallback<T> extends ClusterCommandExecutor.ClusterCommandCallback<io.lettuce.core.cluster.api.sync.RedisClusterCommands<byte[],byte[]>,T>
ClusterCommandExecutor.ClusterCommandCallback の Lettuce 固有の実装。
導入:
1.7
作成者:
Christoph Strobl