Uses of Class
io.vertx.reactivex.core.streams.Pump
-
Packages that use Pump Package Description io.vertx.reactivex.core.streams -
-
Uses of Pump in io.vertx.reactivex.core.streams
Fields in io.vertx.reactivex.core.streams with type parameters of type Pump Modifier and Type Field Description static TypeArg<Pump>Pump. __TYPE_ARGMethods in io.vertx.reactivex.core.streams that return Pump Modifier and Type Method Description static PumpPump. newInstance(Pump arg)static <T> PumpPump. pump(io.reactivex.Flowable<T> rs, WriteStream<T> ws)Create a newPumpwith the givenReadStreamandWriteStreamstatic <T> PumpPump. pump(io.reactivex.Flowable<T> rs, WriteStream<T> ws, int writeQueueMaxSize)Create a newPumpwith the givenReadStreamandWriteStreamandwriteQueueMaxSizestatic <T> PumpPump. pump(ReadStream<T> rs, WriteStream<T> ws)Create a newPumpwith the givenReadStreamandWriteStreamstatic <T> PumpPump. pump(ReadStream<T> rs, WriteStream<T> ws, int writeQueueMaxSize)Create a newPumpwith the givenReadStreamandWriteStreamandwriteQueueMaxSizePumpPump. setWriteQueueMaxSize(int maxSize)Set the write queue max size tomaxSizePumpPump. start()Start the Pump.PumpPump. stop()Stop the Pump.
-