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.
    • Constructor Detail

      • WheelAsyncResult

        public WheelAsyncResult()
    • Method Detail

      • getTag

        public String getTag()