Uses of Class
org.springframework.data.redis.connection.stream.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
Modifier 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
Modifier and TypeMethodDescriptionstatic StreamInfo.XInfoGroup
StreamInfo.XInfoGroups.get
(int index) Returns theStreamInfo.XInfoGroup
element at the given index.Modifier and TypeMethodDescriptionStreamInfo.XInfoGroups.iterator()
Returns an iterator over theStreamInfo.XInfoGroup
elements.StreamInfo.XInfoGroups.stream()
Returns a sequentialStream
ofStreamInfo.XInfoGroup
.Modifier 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
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<StreamInfo.XInfoGroup>
Obtain information about consumer groups associated with the stream stored at the specified key.