vertx / io.vertx.reactivex.core / Vertx / exceptionHandler

exceptionHandler

open fun exceptionHandler(handler: Handler<Throwable>): Vertx

Set a default exception handler for io.vertx.reactivex.core.Context, set on at creation.

Parameters

handler - the exception handler

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