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
- Since:
- 2.3
- Author:
- Christoph Strobl, Mark Paluch
-
Field Summary
Fields inherited from class StreamInfo.XInfoObject
DEFAULT_TYPE_HINTS -
Method Summary
Modifier and TypeMethodDescriptionThe total number of consumers in the consumer group.static StreamInfo.XInfoGroupThe consumer group name.The id of the last delivered message.The total number of pending messages in the consumer group.Methods inherited from class StreamInfo.XInfoObject
getRaw, toString
-
Method Details
-
fromList
-
groupName
-
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:
-