Uses of Class
io.quarkus.redis.datasource.stream.StreamMessage
Packages that use StreamMessage
-
Uses of StreamMessage in io.quarkus.redis.datasource.stream
Methods in io.quarkus.redis.datasource.stream that return types with arguments of type StreamMessageModifier and TypeMethodDescriptionList<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>> 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>>> Execute the command XREAD.io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> Execute the command XREAD.io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> Execute the command XREAD.io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> Execute the command XREAD.List<StreamMessage<K,
F, V>> Execute the command XREAD.List<StreamMessage<K,
F, V>> Execute the command XREAD.List<StreamMessage<K,
F, V>> Execute the command XREAD.List<StreamMessage<K,
F, V>> Execute the command XREAD.io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> 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>> 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 -
Uses of StreamMessage in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type StreamMessageModifier and TypeMethodDescriptionprotected 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>> List<StreamMessage<K,
F, V>> List<StreamMessage<K,
F, V>> List<StreamMessage<K,
F, V>> io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> io.smallrye.mutiny.Uni<List<StreamMessage<K,
F, V>>> 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)