Uses of Class
io.quarkus.redis.datasource.stream.XPendingArgs
Packages that use XPendingArgs
-
Uses of XPendingArgs in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return XPendingArgsModifier and TypeMethodDescriptionSets the specific owner of the messageFilters pending stream entries by their idle-time.Methods in io.quarkus.redis.datasource.stream with parameters of type XPendingArgsModifier and TypeMethodDescriptionio.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.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 XPendingArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractStreamCommands._xpending(K key, String group, StreamRange range, int count, XPendingArgs args) 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)