vertx / io.vertx.reactivex.core.streams / StreamBase / exceptionHandler

exceptionHandler

abstract fun exceptionHandler(handler: Handler<Throwable>): StreamBase

Set an exception handler.

Parameters

handler - the handler

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