Uses of Class
io.quarkus.redis.datasource.stream.ClaimedMessages
-
Packages that use ClaimedMessages Package Description io.quarkus.redis.datasource.stream io.quarkus.redis.runtime.datasource -
-
Uses of ClaimedMessages in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return ClaimedMessages Modifier and Type Method Description ClaimedMessages<K,F,V>StreamCommands. xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start)Execute the command XAUTOCLAIM.ClaimedMessages<K,F,V>StreamCommands. xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start, int count)Execute the command XAUTOCLAIM.ClaimedMessages<K,F,V>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 ClaimedMessages Modifier and Type Method Description io.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 ClaimedMessages Modifier and Type Method Description protected ClaimedMessages<K,F,V>ReactiveStreamCommandsImpl. decodeAsClaimedMessages(K key, io.vertx.mutiny.redis.client.Response r)ClaimedMessages<K,F,V>BlockingStreamCommandsImpl. xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start)ClaimedMessages<K,F,V>BlockingStreamCommandsImpl. xautoclaim(K key, String group, String consumer, Duration minIdleTime, String start, int count)ClaimedMessages<K,F,V>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 ClaimedMessages Modifier and Type Method Description io.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)
-