Interface WaitStrategy
public interface WaitStrategy
-
Method Summary
Modifier and TypeMethodDescription<ModelT,CallbackT>
ProgressEvent<ModelT,CallbackT> static WaitStrategynewLocalLoopAwaitStrategy(Supplier<Long> remainingTimeToExecute) static WaitStrategy
-
Method Details
-
await
<ModelT,CallbackT> ProgressEvent<ModelT,CallbackT> await(long operationElapsedTime, Duration nextAttempt, CallbackT context, ModelT model) -
newLocalLoopAwaitStrategy
-
scheduleForCallbackStrategy
-