abstract fun exceptionHandler(handler: Handler<Throwable>): GrpcReadStream<T>
Set an exception handler on the read stream.
handler - the exception handler
handler
Return a reference to this, so the API can be used fluently