vertx / io.vertx.grpc / GrpcReadStream / exceptionHandler

exceptionHandler

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

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