vertx / io.vertx.grpc / GrpcWriteStream / exceptionHandler

exceptionHandler

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

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