vertx / io.vertx.grpc / GrpcReadStream / pause

pause

abstract fun pause(): GrpcReadStream<T>

Pause the ReadSupport. While it's paused, no data will be sent to the dataHandler

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