Class RunnerAsyncResult<R>

java.lang.Object
com.suse.salt.netapi.calls.ScheduledJob<R>
com.suse.salt.netapi.calls.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.
  • Field Details

  • Constructor Details

    • RunnerAsyncResult

      public RunnerAsyncResult()
  • Method Details

    • getTag

      public String getTag()