Package io.vertx.kafka.admin
Class DescribeConsumerGroupsOptions
- java.lang.Object
-
- io.vertx.kafka.admin.DescribeConsumerGroupsOptions
-
public class DescribeConsumerGroupsOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description DescribeConsumerGroupsOptions()
ConstructorDescribeConsumerGroupsOptions(JsonObject json)
Constructor (from JSON representation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
includeAuthorizedOperations()
DescribeConsumerGroupsOptions
includeAuthorizedOperations(boolean includeAuthorizedOperations)
JsonObject
toJson()
Convert object to JSON representationString
toString()
-
-
-
Constructor Detail
-
DescribeConsumerGroupsOptions
public DescribeConsumerGroupsOptions()
Constructor
-
DescribeConsumerGroupsOptions
public DescribeConsumerGroupsOptions(JsonObject json)
Constructor (from JSON representation)- Parameters:
json
- JSON representation
-
-
Method Detail
-
includeAuthorizedOperations
public DescribeConsumerGroupsOptions includeAuthorizedOperations(boolean includeAuthorizedOperations)
-
includeAuthorizedOperations
public boolean includeAuthorizedOperations()
-
toJson
public JsonObject toJson()
Convert object to JSON representation- Returns:
- JSON representation
-
-