Package io.vertx.kafka.admin
Class DescribeClusterOptions
- java.lang.Object
-
- io.vertx.kafka.admin.DescribeClusterOptions
-
public class DescribeClusterOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description DescribeClusterOptions()
ConstructorDescribeClusterOptions(JsonObject json)
Constructor (from JSON representation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
includeAuthorizedOperations()
Specify if authorized operations should be included in the response.DescribeClusterOptions
includeAuthorizedOperations(boolean includeAuthorizedOperations)
JsonObject
toJson()
Convert object to JSON representationString
toString()
-
-
-
Constructor Detail
-
DescribeClusterOptions
public DescribeClusterOptions()
Constructor
-
DescribeClusterOptions
public DescribeClusterOptions(JsonObject json)
Constructor (from JSON representation)- Parameters:
json
- JSON representation
-
-
Method Detail
-
includeAuthorizedOperations
public DescribeClusterOptions includeAuthorizedOperations(boolean 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
public JsonObject toJson()
Convert object to JSON representation- Returns:
- JSON representation
-
-