Class PendingResult

    • Constructor Detail

      • PendingResult

        public PendingResult()
    • Method Detail

      • getTotal

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

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

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

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