Uses of Interface
com.simtechdata.process.StreamConsumer
-
-
Uses of StreamConsumer in com.simtechdata.process
Methods in com.simtechdata.process with parameters of type StreamConsumer Modifier and Type Method Description ProcBuilderProcBuilder. withErrorConsumer(StreamConsumer errorConsumer)Process the error output with given consumer objectProcBuilderProcBuilder. withOutputConsumer(StreamConsumer outputConsumer)Process the standard output with the given consumer object
-