Interface RunnableTask<T extends Output>

All Known Implementing Classes:
Concat, Counts, Delete, Delete, Echo, Fail, Fetch, Get, LocalFiles, Log, Purge, PurgeExecution, Return, Set, Size, Split

public interface RunnableTask<T extends Output>
Interface for tasks that are run in the Worker.
  • Method Summary

    Modifier and Type
    Method
    Description
    run(RunContext runContext)
    Thsis method is called inside the Worker to run (execute) the task.
  • Method Details