public class ConsumerGroupListing extends Object
Constructor and Description |
---|
ConsumerGroupListing(String groupId,
boolean isSimpleConsumerGroup)
Create an instance with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
String |
groupId()
Consumer Group Id
|
boolean |
isSimpleConsumerGroup()
If Consumer Group is simple or not.
|
String |
toString() |
public ConsumerGroupListing(String groupId, boolean isSimpleConsumerGroup)
groupId
- Group IdisSimpleConsumerGroup
- If consumer group is simple or not.