vertx / io.vertx.core.eventbus / EventBusOptionsConverter

EventBusOptionsConverter

open class EventBusOptionsConverter

Converter for io.vertx.core.eventbus.EventBusOptions. NOTE: This class has been automatically generated from the io.vertx.core.eventbus.EventBusOptions original class using Vert.x codegen.

Constructors

<init>

EventBusOptionsConverter()

Converter for io.vertx.core.eventbus.EventBusOptions. NOTE: This class has been automatically generated from the io.vertx.core.eventbus.EventBusOptions original class using Vert.x codegen.

Functions

fromJson

open static fun fromJson(json: JsonObject, obj: EventBusOptions): Unit

toJson

open static fun toJson(obj: EventBusOptions, json: JsonObject): Unit