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