Class StreamInfo.XInfoGroup
java.lang.Object
org.springframework.data.redis.connection.stream.StreamInfo.XInfoObject
org.springframework.data.redis.connection.stream.StreamInfo.XInfoGroup
- Enclosing class:
- StreamInfo
-
Field Summary
Fields inherited from class org.springframework.data.redis.connection.stream.StreamInfo.XInfoObject
DEFAULT_TYPE_HINTS
-
Method Summary
Modifier and TypeMethodDescriptionThe total number of consumers in the consumer group.static StreamInfo.XInfoGroup
The consumer group name.The id of the last delivered message.The total number of pending messages in the consumer group.Methods inherited from class org.springframework.data.redis.connection.stream.StreamInfo.XInfoObject
getRaw, toString
-
Method Details
-
fromList
-
groupName
The consumer group name. Corresponds to name.- Returns:
-
consumerCount
The total number of consumers in the consumer group. Corresponds to consumers.- Returns:
-
pendingCount
The total number of pending messages in the consumer group. Corresponds to pending.- Returns:
-
lastDeliveredId
The id of the last delivered message. Corresponds to last-delivered-id.- Returns:
-