vertx / io.vertx.ext.kotlin.eventbus.bridge.tcp / io.vertx.ext.eventbus.bridge.tcp.BridgeEvent / setHandlerAwait

setHandlerAwait

suspend fun BridgeEvent.setHandlerAwait(): Boolean

Set a handler for the result.

Parameters

handler - the Handler that will be called with the result

Returna
reference to this, so it can be used fluently *