Interface SimpleCommandLineProcessRunner.ProcessRunCallback

    • Method Detail

      • getMaxAcceptedOutputSize

        @Nullable
        java.lang.Integer getMaxAcceptedOutputSize()
        Returns:
        maximum threshold of the process output (in bytes), which can be handled by caller. If stdout or stderr is larger, process further output is ignored. Default - null - no limit.
      • terminateEntireProcessTree

        boolean terminateEntireProcessTree()
        Since:
        2022.04