vertx / io.vertx.grpc / GrpcReadStream / resume

resume

abstract fun resume(): GrpcReadStream<T>

Resume reading. If the ReadSupport has been paused, reading will recommence on it.

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