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