vertx / io.vertx.reactivex.core.streams / ReadStream / resume

resume

abstract fun resume(): ReadStream<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