Class StreamConsumerFullInfo

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

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