クラスの使用
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 のメソッド修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.ReadCommand,
reactor.core.publisher.Flux<ByteBufferRecord>>> ReactiveStreamCommands.read
(org.reactivestreams.Publisher<ReactiveStreamCommands.ReadCommand> commands) 1 つ以上のStreamOffset
からレコードを読み取ります。型 ReactiveStreamCommands.ReadCommand の型引数を持つ org.springframework.data.redis.connection のメソッドパラメーター修飾子と型メソッド説明reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.ReadCommand,
reactor.core.publisher.Flux<ByteBufferRecord>>> ReactiveStreamCommands.read
(org.reactivestreams.Publisher<ReactiveStreamCommands.ReadCommand> commands) 1 つ以上のStreamOffset
からレコードを読み取ります。