Class StreamGroupFullInfo

java.lang.Object
redis.clients.jedis.resps.StreamGroupFullInfo
All Implemented Interfaces:
Serializable

public class StreamGroupFullInfo extends Object implements Serializable
This class holds information about a stream group with command xinfo stream mystream full. They can be access via getters. For future purpose there is also getGroupFullInfo() method that returns a generic Map - in case where more info is returned from the server.
See Also: