Uses of Class
org.springframework.data.redis.connection.stream.StreamInfo.XInfoConsumer
Packages that use StreamInfo.XInfoConsumer
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Data structures and interfaces to interact with Redis Streams.
Core package for integrating Redis with Spring concepts.
-
Uses of StreamInfo.XInfoConsumer in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return types with arguments of type StreamInfo.XInfoConsumerModifier and TypeMethodDescriptiondefault reactor.core.publisher.Flux<StreamInfo.XInfoConsumer>
ReactiveStreamCommands.xInfoConsumers
(ByteBuffer key, String groupName) Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand,
reactor.core.publisher.Flux<StreamInfo.XInfoConsumer>>> ReactiveStreamCommands.xInfoConsumers
(org.reactivestreams.Publisher<ReactiveStreamCommands.XInfoCommand> commands) Obtain information about every consumer in a specific consumer group for the stream stored at the specified key. -
Uses of StreamInfo.XInfoConsumer in org.springframework.data.redis.connection.stream
Methods in org.springframework.data.redis.connection.stream that return StreamInfo.XInfoConsumerModifier and TypeMethodDescriptionStreamInfo.XInfoConsumers.get
(int index) Returns theStreamInfo.XInfoConsumer
element at the given index.Methods in org.springframework.data.redis.connection.stream that return types with arguments of type StreamInfo.XInfoConsumerModifier and TypeMethodDescriptionStreamInfo.XInfoConsumers.iterator()
Returns an iterator over theStreamInfo.XInfoConsumer
elements.StreamInfo.XInfoConsumers.stream()
Returns a sequentialStream
ofStreamInfo.XInfoConsumer
.Method parameters in org.springframework.data.redis.connection.stream with type arguments of type StreamInfo.XInfoConsumerModifier and TypeMethodDescriptionvoid
StreamInfo.XInfoConsumers.forEach
(Consumer<? super StreamInfo.XInfoConsumer> action) Performs the given action on every availableStreamInfo.XInfoConsumer
of thisStreamInfo.XInfoConsumers
. -
Uses of StreamInfo.XInfoConsumer in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return types with arguments of type StreamInfo.XInfoConsumerModifier and TypeMethodDescriptionreactor.core.publisher.Flux<StreamInfo.XInfoConsumer>
Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.