Uses of Interface
io.quarkus.redis.datasource.stream.StreamCommands
-
Packages that use StreamCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of StreamCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return StreamCommands Modifier and Type Method Description <K,F,V>
StreamCommands<K,F,V>RedisDataSource. stream(Class<K> redisKeyType, Class<F> fieldType, Class<V> valueType)
Gets the object to execute commands manipulating streams.default <V> StreamCommands<String,String,V>
RedisDataSource. stream(Class<V> typeOfValue)
Gets the object to execute commands manipulating streams, using a string key, and string fields. -
Uses of StreamCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement StreamCommands Modifier and Type Class Description class
BlockingStreamCommandsImpl<K,F,V>
Methods in io.quarkus.redis.runtime.datasource that return StreamCommands Modifier and Type Method Description <K,F,V>
StreamCommands<K,F,V>BlockingRedisDataSourceImpl. stream(Class<K> redisKeyType, Class<F> fieldType, Class<V> valueType)
-