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 StreamInputStreamInput. endHandler(Handler<Void> handler)Set an end handler.StreamInputStreamInput. exceptionHandler(Handler<Throwable> handler)Set an exception handler on the read stream.StreamInputStreamInput. handler(Handler<Buffer> handler)Set a buffer handler.StreamInputProcess. stderr()StreamInputProcess. stdout()
-