クラスの使用
org.springframework.data.redis.connection.stream.StreamInfo.XInfoConsumer
StreamInfo.XInfoConsumer を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
Redis ストリームと対話するためのデータ構造とインターフェース。
Redis を Spring の概念と統合するためのコアパッケージ。
org.springframework.data.redis.connection 内の StreamInfo.XInfoConsumer 使用
型 StreamInfo.XInfoConsumer の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明default Flux<StreamInfo.XInfoConsumer> ReactiveStreamCommands.xInfoConsumers(ByteBufferSE key, StringSE groupName) 指定されたキーに格納されているストリームの特定のコンシューマーグループ内のすべてのコンシューマーに関する情報を取得します。Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand, Flux<StreamInfo.XInfoConsumer>>> ReactiveStreamCommands.xInfoConsumers(Publisher<ReactiveStreamCommands.XInfoCommand> commands) 指定されたキーに格納されているストリームの特定のコンシューマーグループ内のすべてのコンシューマーに関する情報を取得します。org.springframework.data.redis.connection.stream 内の StreamInfo.XInfoConsumer 使用
StreamInfo.XInfoConsumer 型の型引数を持つインターフェースを実装する org.springframework.data.redis.connection.stream のクラス修飾子と型メソッド説明StreamInfo.XInfoConsumers.get(int index) 指定されたインデックスのStreamInfo.XInfoConsumer要素を返します。型 StreamInfo.XInfoConsumer の引数を持つ型を返す org.springframework.data.redis.connection.stream のメソッド修飾子と型メソッド説明StreamInfo.XInfoConsumers.iterator()StreamInfo.XInfoConsumer要素のイテレータを返します。StreamInfo.XInfoConsumers.stream()StreamInfo.XInfoConsumerのシーケンシャルStreamを返します。型 StreamInfo.XInfoConsumer の型引数を持つ org.springframework.data.redis.connection.stream のメソッドパラメーター修飾子と型メソッド説明voidStreamInfo.XInfoConsumers.forEach(ConsumerSE<? super StreamInfo.XInfoConsumer> action) このStreamInfo.XInfoConsumersの使用可能なすべてのStreamInfo.XInfoConsumerに対して指定されたアクションを実行します。org.springframework.data.redis.core 内の StreamInfo.XInfoConsumer 使用
型 StreamInfo.XInfoConsumer の引数を持つ型を返す org.springframework.data.redis.core のメソッド修飾子と型メソッド説明指定されたキーに格納されているストリームの特定のコンシューマーグループ内のすべてのコンシューマーに関する情報を取得します。