Interface SchedulingStrategy
-
- All Known Implementing Classes:
ExponentialBackOffSchedulingStrategy,ImmediateSchedulingStrategy
@Contract(threading=STATELESS) public interface SchedulingStrategyStrategy to determine an execution time (schedule) for an operation.- Since:
- 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.hc.core5.util.TimeValueschedule(int attemptNumber)Schedules execution time for an operation.
-