Package adams.core.command.stderr
-
Interface Summary Interface Description StdErrProcessor Interface for classes that process stderr output. -
Class Summary Class Description AbstractStdErrProcessor Ancestor for processing the command output received on stderr.CallableActorSink Forwards the data to the callable actor sink.Enqueue Adds the output from stderr to the specified queue.Log Outputs the data received from the command's stderr via its logger instance.Null Simply suppresses any output.