Interface WaitStrategy


  • public interface WaitStrategy
    • Method Detail

      • await

        <ModelT,​CallbackT> ProgressEvent<ModelT,​CallbackT> await​(long operationElapsedTime,
                                                                             Duration nextAttempt,
                                                                             CallbackT context,
                                                                             ModelT model)
      • scheduleForCallbackStrategy

        static WaitStrategy scheduleForCallbackStrategy()