Uses of Interface
io.quarkus.redis.datasource.stream.StreamCommands
Packages that use StreamCommands
-
Uses of StreamCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return StreamCommandsModifier and TypeMethodDescription<K,
F, V> StreamCommands<K, F, V> RedisDataSource.stream
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<F> fieldType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to execute commands manipulating streams.default <V> StreamCommands<String,
String, V> RedisDataSource.stream
(com.fasterxml.jackson.core.type.TypeReference<V> typeOfValue) Gets the object to execute commands manipulating streams, using a string key, and string fields.<K,
F, V> StreamCommands<K, F, V> Gets the object to execute commands manipulating streams.default <V> StreamCommands<String,
String, V> 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 StreamCommandsMethods in io.quarkus.redis.runtime.datasource that return StreamCommandsModifier and TypeMethodDescription<K,
F, V> StreamCommands<K, F, V> BlockingRedisDataSourceImpl.stream
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<F> fieldType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) <K,
F, V> StreamCommands<K, F, V>