Uses of Interface
dev.snowdrop.vertx.streams.Pump
-
Packages that use Pump Package Description dev.snowdrop.vertx.streams -
-
Uses of Pump in dev.snowdrop.vertx.streams
Methods in dev.snowdrop.vertx.streams that return Pump Modifier and Type Method Description static <T> PumpPump. pump(ReadStream<T> readStream, WriteStream<T> writeStream)static <T> PumpPump. pump(ReadStream<T> readStream, WriteStream<T> writeStream, int writeQueueMaxSize)PumpPump. setWriteQueueMaxSize(int maxSize)PumpPump. start()PumpPump. stop()
-