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

pause

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