Class PendingResult

    • Method Detail

      • getTotal

        public long getTotal()
        Total amount of pending messages
        Returns:
        number
      • getLowestId

        public StreamMessageId getLowestId()
        Lowest stream id of pending messages
        Returns:
        number
      • getHighestId

        public StreamMessageId getHighestId()
        Highest stream id of pending messages
        Returns:
        number
      • getConsumerNames

        public Map<String,​Long> getConsumerNames()
        Pending messages amount mapped by consumer name
        Returns:
        map