VertxOptions()
Default constructor
VertxOptions(other: VertxOptions)
Copy constructor
other - The other VertxOptions to copy when creating this
other
VertxOptions
VertxOptions(json: JsonObject)
Create an instance from a io.vertx.core.json.JsonObject
json - the JsonObject to create it from
json