Class RunnerAsyncResult<R>

  • Type Parameters:
    R - the return type of the called function

    public class RunnerAsyncResult<R>
    extends ScheduledJob<R>
    Result of calling a runner module function asynchronously.
    • Constructor Detail

      • RunnerAsyncResult

        public RunnerAsyncResult()
    • Method Detail

      • getTag

        public String getTag()