Class AbstractLogConsumer

java.lang.Object
io.kestra.core.models.tasks.runners.AbstractLogConsumer
io.kestra.plugin.scripts.exec.scripts.runners.AbstractLogConsumer
All Implemented Interfaces:
BiConsumer<String,Boolean>

@Deprecated public abstract class AbstractLogConsumer extends io.kestra.core.models.tasks.runners.AbstractLogConsumer
Deprecated.
use AbstractLogConsumer instead.
  • Field Summary

    Fields inherited from class io.kestra.core.models.tasks.runners.AbstractLogConsumer

    outputs, stdErrCount, stdOutCount
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class io.kestra.core.models.tasks.runners.AbstractLogConsumer

    getOutputs, getStdErrCount, getStdOutCount

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.BiConsumer

    accept, andThen
  • Constructor Details

    • AbstractLogConsumer

      public AbstractLogConsumer()
      Deprecated.