vertx / io.vertx.kotlin.ext.bridge / io.vertx.ext.bridge.BaseBridgeEvent / setHandlerAwait

setHandlerAwait

suspend fun BaseBridgeEvent.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 *