vertx / io.vertx.grpc / GrpcWriteStream / writeObserver

writeObserver

abstract fun writeObserver(): StreamObserver<T>

Should not be used by end user, it is a simple accessor the the underlying gRPC StreamObserver.

Return
the underlying stream observer.