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
ConstructorsConstructorDescriptionDefaultLogConsumer(io.kestra.core.runners.RunContext runContext) Deprecated. -
Method Summary
Methods inherited from class io.kestra.core.models.tasks.runners.DefaultLogConsumer
acceptMethods inherited from class io.kestra.core.models.tasks.runners.AbstractLogConsumer
getOutputs, getStdErrCount, getStdOutCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
DefaultLogConsumer
public DefaultLogConsumer(io.kestra.core.runners.RunContext runContext) Deprecated.
-