Class DefaultLogConsumer

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

@Deprecated public class DefaultLogConsumer extends io.kestra.core.models.tasks.runners.DefaultLogConsumer
Deprecated.
Use io.kestra.core.models.tasks.runners.DefaultLogConsumer instead
  • Field Summary

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

    outputs, stdErrCount, stdOutCount
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultLogConsumer(io.kestra.core.runners.RunContext runContext)
    Deprecated.
     
  • Method Summary

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

    accept

    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

    andThen
  • Constructor Details

    • DefaultLogConsumer

      public DefaultLogConsumer(io.kestra.core.runners.RunContext runContext)
      Deprecated.