Uses of Class
io.quarkus.redis.datasource.stream.ClaimedMessages
Packages that use ClaimedMessages
-
Uses of ClaimedMessages in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return ClaimedMessagesModifier and TypeMethodDescriptionExecute the command XAUTOCLAIM.StreamCommands.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start, int count) Execute the command XAUTOCLAIM.StreamCommands.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start, int count, boolean justId) Execute the command XAUTOCLAIM.Methods in io.quarkus.redis.datasource.stream that return types with arguments of type ClaimedMessagesModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ClaimedMessages<K,F, V>> ReactiveStreamCommands.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start) Execute the command XAUTOCLAIM.io.smallrye.mutiny.Uni<ClaimedMessages<K,F, V>> ReactiveStreamCommands.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start, int count) Execute the command XAUTOCLAIM.io.smallrye.mutiny.Uni<ClaimedMessages<K,F, V>> ReactiveStreamCommands.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start, int count, boolean justId) Execute the command XAUTOCLAIM. -
Uses of ClaimedMessages in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return ClaimedMessagesModifier and TypeMethodDescriptionprotected ClaimedMessages<K,F, V> ReactiveStreamCommandsImpl.decodeAsClaimedMessages(K key, io.vertx.mutiny.redis.client.Response r) BlockingStreamCommandsImpl.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start) BlockingStreamCommandsImpl.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start, int count) BlockingStreamCommandsImpl.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start, int count, boolean justId) Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type ClaimedMessagesModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<ClaimedMessages<K,F, V>> ReactiveStreamCommandsImpl.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start) io.smallrye.mutiny.Uni<ClaimedMessages<K,F, V>> ReactiveStreamCommandsImpl.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start, int count) io.smallrye.mutiny.Uni<ClaimedMessages<K,F, V>> ReactiveStreamCommandsImpl.xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start, int count, boolean justId)