Package io.camunda.zeebe.util
Interface RetryDelayStrategy
- All Known Implementing Classes:
ExponentialBackoffRetryDelay
public interface RetryDelayStrategy
-
Method Summary
-
Method Details
-
nextDelay
Duration nextDelay()- Returns:
- the duration for the next retry
-
reset
void reset()resets the retry delay to the initial value
-