Uses of Interface
io.reactiverse.childprocess.Process
-
-
Uses of Process in io.reactiverse.childprocess
Methods in io.reactiverse.childprocess that return Process Modifier and Type Method Description ProcessProcess. exitHandler(Handler<Integer> handler)Set the handler to be called when the process exits, the handler will be called with the process status code value.Method parameters in io.reactiverse.childprocess with type arguments of type Process Modifier and Type Method Description ProcessBuilderProcessBuilder. startHandler(Handler<Process> handler)Set the handler to be called when the process starts.
-