Interface WaitStrategy


public interface WaitStrategy
  • Method Details

    • await

      <ModelT,​ CallbackT> ProgressEvent<ModelT,​CallbackT> await​(long operationElapsedTime, java.time.Duration nextAttempt, CallbackT context, ModelT model)
    • newLocalLoopAwaitStrategy

      static WaitStrategy newLocalLoopAwaitStrategy​(java.util.function.Supplier<java.lang.Long> remainingTimeToExecute)
    • scheduleForCallbackStrategy

      static WaitStrategy scheduleForCallbackStrategy()