Uses of Interface
org.redisson.api.RStreamAsync
-
Packages that use RStreamAsync Package Description org.redisson org.redisson.api -
-
Uses of RStreamAsync in org.redisson
Classes in org.redisson that implement RStreamAsync Modifier and Type Class Description classRedissonStream<K,V>Methods in org.redisson that return RStreamAsync Modifier and Type Method Description <K,V>
RStreamAsync<K,V>RedissonBatch. getStream(String name)<K,V>
RStreamAsync<K,V>RedissonBatch. getStream(String name, Codec codec) -
Uses of RStreamAsync in org.redisson.api
Subinterfaces of RStreamAsync in org.redisson.api Modifier and Type Interface Description interfaceRStream<K,V>Interface for Redis Stream object.Methods in org.redisson.api that return RStreamAsync Modifier and Type Method Description <K,V>
RStreamAsync<K,V>RBatch. getStream(String name)Returns stream instance byname<K,V>
RStreamAsync<K,V>RBatch. getStream(String name, Codec codec)Returns stream instance bynameusing providedcodecfor entries.
-