Uses of Class
org.springframework.data.redis.connection.stream.StreamInfo.XInfoGroup
Packages that use StreamInfo.XInfoGroup
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.XInfoGroup in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return types with arguments of type StreamInfo.XInfoGroupModifier and TypeMethodDescriptiondefault reactor.core.publisher.Flux<StreamInfo.XInfoGroup>
ReactiveStreamCommands.xInfoGroups
(ByteBuffer key) Obtain general information about the stream stored at the specified key.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand,
reactor.core.publisher.Flux<StreamInfo.XInfoGroup>>> ReactiveStreamCommands.xInfoGroups
(org.reactivestreams.Publisher<ReactiveStreamCommands.XInfoCommand> commands) Obtain general information about the stream stored at the specified key. -
Uses of StreamInfo.XInfoGroup in org.springframework.data.redis.connection.stream
Methods in org.springframework.data.redis.connection.stream that return StreamInfo.XInfoGroupModifier and TypeMethodDescriptionstatic StreamInfo.XInfoGroup
StreamInfo.XInfoGroups.get
(int index) Returns theStreamInfo.XInfoGroup
element at the given index.Methods in org.springframework.data.redis.connection.stream that return types with arguments of type StreamInfo.XInfoGroupModifier and TypeMethodDescriptionStreamInfo.XInfoGroups.iterator()
Returns an iterator over theStreamInfo.XInfoGroup
elements.StreamInfo.XInfoGroups.stream()
Returns a sequentialStream
ofStreamInfo.XInfoGroup
.Method parameters in org.springframework.data.redis.connection.stream with type arguments of type StreamInfo.XInfoGroupModifier and TypeMethodDescriptionvoid
StreamInfo.XInfoGroups.forEach
(Consumer<? super StreamInfo.XInfoGroup> action) Performs the given action on every availableStreamInfo.XInfoGroup
of thisStreamInfo.XInfoGroups
. -
Uses of StreamInfo.XInfoGroup in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return types with arguments of type StreamInfo.XInfoGroupModifier and TypeMethodDescriptionreactor.core.publisher.Flux<StreamInfo.XInfoGroup>
Obtain information about consumer groups associated with the stream stored at the specified key.