Class ConsumerGroupListing


  • public class ConsumerGroupListing
    extends java.lang.Object
    A listing of a consumer group in the cluster.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsumerGroupListing​(java.lang.String groupId, boolean isSimpleConsumerGroup)
      Create an instance with the specified parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String groupId()
      Consumer Group Id
      boolean isSimpleConsumerGroup()
      If Consumer Group is simple or not.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConsumerGroupListing

        public ConsumerGroupListing​(java.lang.String groupId,
                                    boolean isSimpleConsumerGroup)
        Create an instance with the specified parameters.
        Parameters:
        groupId - Group Id
        isSimpleConsumerGroup - If consumer group is simple or not.
    • Method Detail

      • groupId

        public java.lang.String groupId()
        Consumer Group Id
      • isSimpleConsumerGroup

        public boolean isSimpleConsumerGroup()
        If Consumer Group is simple or not.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object