| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.api.stream |
| Modifier and Type | Method and Description |
|---|---|
Map<StreamMessageId,Map<K,V>> |
RedissonStream.read(StreamReadArgs args) |
RFuture<Map<StreamMessageId,Map<K,V>>> |
RedissonStream.readAsync(StreamReadArgs args) |
| Modifier and Type | Method and Description |
|---|---|
Map<StreamMessageId,Map<K,V>> |
RStream.read(StreamReadArgs args)
Read stream data from current stream only.
|
reactor.core.publisher.Mono<Map<StreamMessageId,Map<K,V>>> |
RStreamReactive.read(StreamReadArgs args)
Read stream data from current stream only.
|
io.reactivex.rxjava3.core.Single<Map<StreamMessageId,Map<K,V>>> |
RStreamRx.read(StreamReadArgs args)
Read stream data from current stream only.
|
RFuture<Map<StreamMessageId,Map<K,V>>> |
RStreamAsync.readAsync(StreamReadArgs args)
Read stream data from current stream only.
|
| Modifier and Type | Method and Description |
|---|---|
StreamReadArgs |
StreamReadArgs.count(int count)
Defines stream data size limit.
|
static StreamReadArgs |
StreamReadArgs.greaterThan(StreamMessageId id0)
Defines last stream id received from current Stream.
|
StreamReadArgs |
StreamReadArgs.timeout(Duration timeout)
Defines time interval to wait for stream data availability.
|
Copyright © 2014–2021 Redisson. All rights reserved.