Uses of Class
io.quarkus.redis.datasource.stream.PendingMessage
Packages that use PendingMessage
-
Uses of PendingMessage in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return types with arguments of type PendingMessageModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<List<PendingMessage>>
ReactiveStreamCommands.xpending
(K key, String group, StreamRange range, int count) Execute the command XPENDING.io.smallrye.mutiny.Uni<List<PendingMessage>>
ReactiveStreamCommands.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) Execute the command XPENDING.StreamCommands.xpending
(K key, String group, StreamRange range, int count, XPendingArgs args) Execute the command XPENDING. -
Uses of PendingMessage in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type PendingMessageModifier and TypeMethodDescriptionprotected List<PendingMessage>
ReactiveStreamCommandsImpl.decodeListOfPendingMessages
(io.vertx.mutiny.redis.client.Response r) BlockingStreamCommandsImpl.xpending
(K key, String group, StreamRange range, int count) BlockingStreamCommandsImpl.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) io.smallrye.mutiny.Uni<List<PendingMessage>>
ReactiveStreamCommandsImpl.xpending
(K key, String group, StreamRange range, int count, XPendingArgs args)