Class WheelAsyncResult<R>

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

    public class WheelAsyncResult<R>
    extends ScheduledJob<R>
    Result of calling a wheel module function asynchronously.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String tag  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTag()  
      • Methods inherited from class java.lang.Object

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

      • tag

        private java.lang.String tag
    • Constructor Detail

      • WheelAsyncResult

        public WheelAsyncResult()
    • Method Detail

      • getTag

        public java.lang.String getTag()