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 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.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand,Flux<StreamInfo.XInfoConsumer>>> ReactiveStreamCommands.xInfoConsumers(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.XInfoConsumerelement 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.XInfoConsumerelements.StreamInfo.XInfoConsumers.stream()Returns a sequentialStreamofStreamInfo.XInfoConsumer.Method parameters in org.springframework.data.redis.connection.stream with type arguments of type StreamInfo.XInfoConsumerModifier and TypeMethodDescriptionvoidStreamInfo.XInfoConsumers.forEach(Consumer<? super StreamInfo.XInfoConsumer> action) Performs the given action on every availableStreamInfo.XInfoConsumerof 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 TypeMethodDescriptionObtain information about every consumer in a specific consumer group for the stream stored at the specified key.