クラスの使用
org.springframework.data.redis.connection.stream.StreamInfo.XInfoConsumers
StreamInfo.XInfoConsumers を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Redis ストリームと対話するためのデータ構造とインターフェース。
Redis を Spring の概念と統合するためのコアパッケージ。
org.springframework.data.redis.connection 内の StreamInfo.XInfoConsumers 使用
修飾子と型メソッド説明default StreamInfo.XInfoConsumersDefaultedRedisConnection.xInfoConsumers(byte[] key, StringSE groupName) 使用すべきではありません。DefaultStringRedisConnection.xInfoConsumers(byte[] key, StringSE groupName) DefaultStringRedisConnection.xInfoConsumers(StringSE key, StringSE groupName) RedisStreamCommands.xInfoConsumers(byte @NonNull[] key, @NonNull StringSE groupName) 指定されたキーに格納されているストリームの特定のコンシューマーグループ内のすべてのコンシューマーに関する情報を取得します。StringRedisConnection.xInfoConsumers(@NonNull StringSE key, @NonNull StringSE groupName) 指定されたキーに格納されているストリームの特定のコンシューマーグループ内のすべてのコンシューマーに関する情報を取得します。org.springframework.data.redis.connection.stream 内の StreamInfo.XInfoConsumers 使用
org.springframework.data.redis.core 内の StreamInfo.XInfoConsumers 使用
修飾子と型メソッド説明指定されたキーに格納されているストリームの特定のコンシューマーグループ内のすべてのコンシューマーに関する情報を取得します。
RedisCommandsProvider.streamCommands()を推奨。