Class LocalAsyncResult<R>

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

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

      • LocalAsyncResult

        public LocalAsyncResult()
    • Method Detail