vertx / io.vertx.core / VertxOptions / setEventBusOptions

setEventBusOptions

open fun setEventBusOptions(options: EventBusOptions): VertxOptions

Sets the event bus configuration to configure the host, port, ssl...

Parameters

options - the event bus options

Return
a reference to this, so the API can be used fluently