Uses of Class
io.quarkus.redis.datasource.stream.XPendingArgs
-
Packages that use XPendingArgs Package Description io.quarkus.redis.datasource.stream io.quarkus.redis.runtime.datasource -
-
Uses of XPendingArgs in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return XPendingArgs Modifier and Type Method Description XPendingArgsXPendingArgs. consumer(String owner)Sets the specific owner of the messageXPendingArgsXPendingArgs. idle(Duration idle)Filters pending stream entries by their idle-time.Methods in io.quarkus.redis.datasource.stream with parameters of type XPendingArgs Modifier and Type Method Description io.smallrye.mutiny.Uni<List<PendingMessage>>ReactiveStreamCommands. xpending(K key, String group, StreamRange range, int count, XPendingArgs args)Execute the command XPENDING.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalStreamCommands. xpending(K key, String group, StreamRange range, int count, XPendingArgs args)Execute the command XPENDING.List<PendingMessage>StreamCommands. xpending(K key, String group, StreamRange range, int count, XPendingArgs args)Execute the command XPENDING.voidTransactionalStreamCommands. xpending(K key, String group, StreamRange range, int count, XPendingArgs args)Execute the command XPENDING. -
Uses of XPendingArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type XPendingArgs Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractStreamCommands. _xpending(K key, String group, StreamRange range, int count, XPendingArgs args)List<PendingMessage>BlockingStreamCommandsImpl. xpending(K key, String group, StreamRange range, int count, XPendingArgs args)voidBlockingTransactionalStreamCommandsImpl. xpending(K key, String group, StreamRange range, int count, XPendingArgs args)io.smallrye.mutiny.Uni<List<PendingMessage>>ReactiveStreamCommandsImpl. xpending(K key, String group, StreamRange range, int count, XPendingArgs args)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalStreamCommandsImpl. xpending(K key, String group, StreamRange range, int count, XPendingArgs args)
-