Interface Pipe<T>
-
- All Known Implementing Classes:
UploadPipe
public interface Pipe<T>Pump definition for fix issue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoRequest(io.vertx.core.Handler<T> handler)
-
-
-
Method Detail
-
doRequest
void doRequest(io.vertx.core.Handler<T> handler)
-
-