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