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

exceptionHandler

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

Overrides StreamBase.exceptionHandler

Set an exception handler on the write stream.

Parameters

handler - the exception handler

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