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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.String> minions  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getMinions()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • minions

        private java.util.List<java.lang.String> minions
    • Constructor Detail

      • LocalAsyncResult

        public LocalAsyncResult()
    • Method Detail

      • getMinions

        public java.util.List<java.lang.String> getMinions()