public interface WaitStrategy
| Modifier and Type | Method and Description |
|---|---|
<ModelT,CallbackT> |
await(long operationElapsedTime,
Duration nextAttempt,
CallbackT context,
ModelT model) |
static WaitStrategy |
newLocalLoopAwaitStrategy(Supplier<Long> remainingTimeToExecute) |
static WaitStrategy |
scheduleForCallbackStrategy() |
<ModelT,CallbackT> ProgressEvent<ModelT,CallbackT> await(long operationElapsedTime, Duration nextAttempt, CallbackT context, ModelT model)
static WaitStrategy newLocalLoopAwaitStrategy(Supplier<Long> remainingTimeToExecute)
static WaitStrategy scheduleForCallbackStrategy()
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.