Class QueueStats.Builder

  • Enclosing class:
    QueueStats

    public static class QueueStats.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • channelId

        public QueueStats.Builder channelId​(String channelId)
        If channelId is present in GetStats call, the channel id will be returned in the GetStats response.
        Parameters:
        channelId - the value to set
        Returns:
        this builder
      • consumerGroupId

        public QueueStats.Builder consumerGroupId​(String consumerGroupId)
        If consumerGroupId is present in GetStats call, the consumer group id will be returned in the GetStats response.
        Parameters:
        consumerGroupId - the value to set
        Returns:
        this builder