Package io.vertx.kafka.admin
Class DescribeTopicsOptions
java.lang.Object
io.vertx.kafka.admin.DescribeTopicsOptions
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorDescribeTopicsOptions(io.vertx.core.json.JsonObject json) Constructor (from JSON representation) -
Method Summary
Modifier and TypeMethodDescriptionbooleanincludeAuthorizedOperations(boolean includeAuthorizedOperations) io.vertx.core.json.JsonObjecttoJson()Convert object to JSON representationtoString()
-
Constructor Details
-
DescribeTopicsOptions
public DescribeTopicsOptions()Constructor -
DescribeTopicsOptions
public DescribeTopicsOptions(io.vertx.core.json.JsonObject json) Constructor (from JSON representation)- Parameters:
json- JSON representation
-
-
Method Details