Uses of Class
io.quarkus.redis.datasource.stream.XReadArgs
Packages that use XReadArgs
-
Uses of XReadArgs in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return XReadArgsModifier and TypeMethodDescriptionSets the max duration to wait for messagesXReadArgs.count
(int count) Sets the max number of entries per stream to returnMethods in io.quarkus.redis.datasource.stream with parameters of type XReadArgsModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> Execute the command XREAD.io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> Execute the command XREAD.io.smallrye.mutiny.Uni<Void>
Execute the command XREAD.io.smallrye.mutiny.Uni<Void>
Execute the command XREAD.List<StreamMessage<K,
F, V>> Execute the command XREAD.List<StreamMessage<K,
F, V>> Execute the command XREAD.void
Execute the command XREAD.void
Execute the command XREAD. -
Uses of XReadArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type XReadArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
List<StreamMessage<K,
F, V>> List<StreamMessage<K,
F, V>> void
void
io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> io.smallrye.mutiny.Uni<Void>
io.smallrye.mutiny.Uni<Void>