public interface ProcessBuilder
Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<Void> |
start()
Start the process.
|
ProcessBuilder |
startHandler(io.vertx.core.Handler<Process> handler)
Set the handler to be called when the process starts.
|
io.vertx.core.Future<Void> start()
ProcessBuilder startHandler(io.vertx.core.Handler<Process> handler)
handler
- the handlerCopyright © 2023 Eclipse. All rights reserved.