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

public static class StreamInfo.XInfoGroup extends StreamInfo.XInfoObject
  • Method Details

    • fromList

      public static StreamInfo.XInfoGroup fromList(List<Object> raw)
    • groupName

      public String groupName()
      The consumer group name. Corresponds to name.
      Returns:
    • consumerCount

      public Long consumerCount()
      The total number of consumers in the consumer group. Corresponds to consumers.
      Returns:
    • pendingCount

      public Long pendingCount()
      The total number of pending messages in the consumer group. Corresponds to pending.
      Returns:
    • lastDeliveredId

      public String lastDeliveredId()
      The id of the last delivered message. Corresponds to last-delivered-id.
      Returns: