Uses of Interface
io.reactiverse.childprocess.StreamInput
-
-
Uses of StreamInput in io.reactiverse.childprocess
Methods in io.reactiverse.childprocess that return StreamInput Modifier and Type Method Description StreamInput
StreamInput. endHandler(Handler<Void> handler)
Set an end handler.StreamInput
StreamInput. exceptionHandler(Handler<Throwable> handler)
Set an exception handler on the read stream.StreamInput
StreamInput. handler(Handler<Buffer> handler)
Set a buffer handler.StreamInput
Process. stderr()
StreamInput
Process. stdout()
-