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.
      ConsumerGroupListing​(java.lang.String groupId, boolean isSimpleConsumerGroup, java.util.Optional<ConsumerGroupState> state)
      Create an instance with the specified parameters.
    • 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.
      • ConsumerGroupListing

        public ConsumerGroupListing​(java.lang.String groupId,
                                    boolean isSimpleConsumerGroup,
                                    java.util.Optional<ConsumerGroupState> state)
        Create an instance with the specified parameters.
        Parameters:
        groupId - Group Id
        isSimpleConsumerGroup - If consumer group is simple or not.
        state - The state of the consumer group
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object