Modifier and Type | Method and Description |
---|---|
Process |
Process.exitHandler(io.vertx.core.Handler<Integer> handler)
Set the handler to be called when the process exits, the handler will be called with the
process status code value.
|
Modifier and Type | Method and Description |
---|---|
ProcessBuilder |
ProcessBuilder.startHandler(io.vertx.core.Handler<Process> handler)
Set the handler to be called when the process starts.
|
Copyright © 2023 Eclipse. All rights reserved.