Uses of Class
io.quarkus.redis.datasource.stream.StreamMessage
-
Packages that use StreamMessage Package Description io.quarkus.redis.datasource.stream io.quarkus.redis.runtime.datasource -
-
Uses of StreamMessage in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return types with arguments of type StreamMessage Modifier and Type Method Description List<StreamMessage<K,F,V>>ClaimedMessages. getMessages()io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xclaim(K key, String group, String consumer, Duration minIdleTime, XClaimArgs args, String... id)Execute the command XCLAIM.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xclaim(K key, String group, String consumer, Duration minIdleTime, String... id)Execute the command XCLAIM.List<StreamMessage<K,F,V>>StreamCommands. xclaim(K key, String group, String consumer, Duration minIdleTime, XClaimArgs args, String... id)Execute the command XCLAIM.List<StreamMessage<K,F,V>>StreamCommands. xclaim(K key, String group, String consumer, Duration minIdleTime, String... id)Execute the command XCLAIM.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xrange(K key, StreamRange range)Execute the command XRANGE.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xrange(K key, StreamRange range, int count)Execute the command XRANGE.List<StreamMessage<K,F,V>>StreamCommands. xrange(K key, StreamRange range)Execute the command XRANGE.List<StreamMessage<K,F,V>>StreamCommands. xrange(K key, StreamRange range, int count)Execute the command XRANGE.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xread(Map<K,String> lastIdsPerStream)Execute the command XREAD.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xread(Map<K,String> lastIdsPerStream, XReadArgs args)Execute the command XREAD.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xread(K key, String id)Execute the command XREAD.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xread(K key, String id, XReadArgs args)Execute the command XREAD.List<StreamMessage<K,F,V>>StreamCommands. xread(Map<K,String> lastIdsPerStream)Execute the command XREAD.List<StreamMessage<K,F,V>>StreamCommands. xread(Map<K,String> lastIdsPerStream, XReadArgs args)Execute the command XREAD.List<StreamMessage<K,F,V>>StreamCommands. xread(K key, String id)Execute the command XREAD.List<StreamMessage<K,F,V>>StreamCommands. xread(K key, String id, XReadArgs args)Execute the command XREAD.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xreadgroup(String group, String consumer, Map<K,String> lastIdsPerStream)Execute the command XREADGROUP.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xreadgroup(String group, String consumer, Map<K,String> lastIdsPerStream, XReadGroupArgs args)Execute the command XREADGROUP.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xreadgroup(String group, String consumer, K key, String id)Execute the command XREADGROUP.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xreadgroup(String group, String consumer, K key, String id, XReadGroupArgs args)Execute the command XREADGROUP.List<StreamMessage<K,F,V>>StreamCommands. xreadgroup(String group, String consumer, Map<K,String> lastIdsPerStream)Execute the command XREADGROUP.List<StreamMessage<K,F,V>>StreamCommands. xreadgroup(String group, String consumer, Map<K,String> lastIdsPerStream, XReadGroupArgs args)Execute the command XREADGROUP.List<StreamMessage<K,F,V>>StreamCommands. xreadgroup(String group, String consumer, K key, String id)Execute the command XREADGROUP.List<StreamMessage<K,F,V>>StreamCommands. xreadgroup(String group, String consumer, K key, String id, XReadGroupArgs args)Execute the command XREADGROUP.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xrevrange(K key, StreamRange range)Execute the command XRANGE.io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommands. xrevrange(K key, StreamRange range, int count)Execute the command XREVRANGE.List<StreamMessage<K,F,V>>StreamCommands. xrevrange(K key, StreamRange range)Execute the command XRANGE.List<StreamMessage<K,F,V>>StreamCommands. xrevrange(K key, StreamRange range, int count)Execute the command XREVRANGE.Constructor parameters in io.quarkus.redis.datasource.stream with type arguments of type StreamMessage Constructor Description ClaimedMessages(String id, List<StreamMessage<K,F,V>> messages) -
Uses of StreamMessage in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type StreamMessage Modifier and Type Method Description protected List<StreamMessage<K,F,V>>ReactiveStreamCommandsImpl. decodeAsListOfMessagesFromXRead(io.vertx.mutiny.redis.client.Response r)protected List<StreamMessage<K,F,V>>ReactiveStreamCommandsImpl. decodeListOfMessages(K key, io.vertx.mutiny.redis.client.Response r)protected List<StreamMessage<K,F,V>>ReactiveStreamCommandsImpl. decodeMessageListPrefixedByKey(io.vertx.mutiny.redis.client.Response r)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xclaim(K key, String group, String consumer, Duration minIdleTime, XClaimArgs args, String... id)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xclaim(K key, String group, String consumer, Duration minIdleTime, String... id)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xclaim(K key, String group, String consumer, Duration minIdleTime, XClaimArgs args, String... id)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xclaim(K key, String group, String consumer, Duration minIdleTime, String... id)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xrange(K key, StreamRange range)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xrange(K key, StreamRange range, int count)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xrange(K key, StreamRange range)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xrange(K key, StreamRange range, int count)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xread(Map<K,String> lastIdsPerStream)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xread(Map<K,String> lastIdsPerStream, XReadArgs args)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xread(K key, String id)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xread(K key, String id, XReadArgs args)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xread(Map<K,String> lastIdsPerStream)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xread(Map<K,String> lastIdsPerStream, XReadArgs args)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xread(K key, String id)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xread(K key, String id, XReadArgs args)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xreadgroup(String group, String consumer, Map<K,String> lastIdsPerStream)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xreadgroup(String group, String consumer, Map<K,String> lastIdsPerStream, XReadGroupArgs args)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xreadgroup(String group, String consumer, K key, String id)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xreadgroup(String group, String consumer, K key, String id, XReadGroupArgs args)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xreadgroup(String group, String consumer, Map<K,String> lastIdsPerStream)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xreadgroup(String group, String consumer, Map<K,String> lastIdsPerStream, XReadGroupArgs args)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xreadgroup(String group, String consumer, K key, String id)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xreadgroup(String group, String consumer, K key, String id, XReadGroupArgs args)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xrevrange(K key, StreamRange range)List<StreamMessage<K,F,V>>BlockingStreamCommandsImpl. xrevrange(K key, StreamRange range, int count)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xrevrange(K key, StreamRange range)io.smallrye.mutiny.Uni<List<StreamMessage<K,F,V>>>ReactiveStreamCommandsImpl. xrevrange(K key, StreamRange range, int count)
-