Class StreamInfo.XInfoGroups

java.lang.Object
org.springframework.data.redis.connection.stream.StreamInfo.XInfoGroups
All Implemented Interfaces:
Iterable<StreamInfo.XInfoGroup>, Supplier<Stream<StreamInfo.XInfoGroup>>, Streamable<StreamInfo.XInfoGroup>
Enclosing class:
StreamInfo

public static class StreamInfo.XInfoGroups extends Object implements Streamable<StreamInfo.XInfoGroup>
Value object holding general information about consumer groups associated with a Redis Stream.
Author:
Christoph Strobl