| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
<K,V> RStreamReactive<K,V> |
RedissonReactive.getStream(String name) |
<K,V> RStreamReactive<K,V> |
RedissonReactive.getStream(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> RStreamReactive<K,V> |
RedissonReactiveClient.getStream(String name)
Returns stream instance by
name
Requires Redis 5.0.0 and higher. |
<K,V> RStreamReactive<K,V> |
RBatchReactive.getStream(String name)
Returns stream instance by
name
Requires Redis 5.0.0 and higher. |
<K,V> RStreamReactive<K,V> |
RedissonReactiveClient.getStream(String name,
Codec codec)
Returns stream instance by
name
using provided codec for entries. |
<K,V> RStreamReactive<K,V> |
RBatchReactive.getStream(String name,
Codec codec)
Returns stream instance by
name
using provided codec for entries. |
| Modifier and Type | Method and Description |
|---|---|
<K,V> RStreamReactive<K,V> |
RedissonBatchReactive.getStream(String name) |
<K,V> RStreamReactive<K,V> |
RedissonBatchReactive.getStream(String name,
Codec codec) |
Copyright © 2014–2019 Redisson. All rights reserved.