Interface CaptureStandardOutput

    • Method Detail

      • stdOutStreamConsumer

        void stdOutStreamConsumer​(InputStream processInputStream,
                                  ProcesslauncherLifecycle source)
        Called one time juste after process starts.
        Parameters:
        processInputStream - consuming should be in another and dedicated thread.
      • stdErrStreamConsumer

        void stdErrStreamConsumer​(InputStream processInputStream,
                                  ProcesslauncherLifecycle source)
        Called one time juste after process starts.
        Parameters:
        processInputStream - consuming should be in another and dedicated thread.