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

exceptionHandler

abstract fun exceptionHandler(handler: Handler<Throwable>): ReadStream<T>

Overrides StreamBase.exceptionHandler

Set an exception handler on the read stream.

Parameters

handler - the exception handler

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