Interface BackOff
-
public interface BackOff- Version:
- 1.0 Interface for backoff retries
- Author:
- Calvin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longnextBackOffMillis()specify the next backoff interval in millisecondsvoidreset()Should be able to reset to the starting
-