クラスの使用
org.springframework.data.redis.connection.ReactiveStreamCommands.ReadCommand
ReactiveStreamCommands.ReadCommand を使用するパッケージ
パッケージ
説明
さまざまな Redis ' ドライバー '/libraries と対話するための低レベルの抽象化を提供する接続パッケージ。
org.springframework.data.redis.connection 内の ReactiveStreamCommands.ReadCommand 使用
修飾子と型メソッド説明Consumerを適用します。ReactiveStreamCommands.ReadCommand.from(StreamOffset<ByteBufferSE> streamOffset) StreamOffsetを指定して新しいReactiveStreamCommands.ReadCommandを作成します。ReactiveStreamCommands.ReadCommand.from(StreamOffset<ByteBufferSE>... streamOffsets) StreamOffsetを指定して、新しいReactiveStreamCommands.ReadCommandを作成します。ReactiveStreamCommands.ReadCommand.withOptions(StreamReadOptions options) 指定されたStreamReadOptionsを適用します。型 ReactiveStreamCommands.ReadCommand の引数を持つ型を返す org.springframework.data.redis.connection のメソッド修飾子と型メソッド説明Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.ReadCommand, Flux<ByteBufferRecord>>> ReactiveStreamCommands.read(Publisher<ReactiveStreamCommands.ReadCommand> commands) 1 つ以上のStreamOffsetからレコードを読み取ります。型 ReactiveStreamCommands.ReadCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.ReadCommand, Flux<ByteBufferRecord>>> ReactiveStreamCommands.read(Publisher<ReactiveStreamCommands.ReadCommand> commands) 1 つ以上のStreamOffsetからレコードを読み取ります。