Package io.vertx.kafka.admin
Class DescribeClusterOptions
java.lang.Object
io.vertx.kafka.admin.DescribeClusterOptions
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructor (from JSON representation) -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecify if authorized operations should be included in the response.includeAuthorizedOperations(boolean includeAuthorizedOperations) toJson()Convert object to JSON representationtoString()
-
Constructor Details
-
DescribeClusterOptions
public DescribeClusterOptions()Constructor -
DescribeClusterOptions
Constructor (from JSON representation)- Parameters:
json- JSON representation
-
-
Method Details
-
includeAuthorizedOperations
-
includeAuthorizedOperations
public boolean includeAuthorizedOperations()Specify if authorized operations should be included in the response. Note that some older brokers cannot not supply this information even if it is requested. -
toJson
Convert object to JSON representation- Returns:
- JSON representation
-
toString
-