vertx / io.vertx.core / VertxOptions / <init>

<init>

VertxOptions()

Default constructor

VertxOptions(other: VertxOptions)

Copy constructor

Parameters

other - The other VertxOptions to copy when creating this

VertxOptions(json: JsonObject)

Create an instance from a io.vertx.core.json.JsonObject

Parameters

json - the JsonObject to create it from