| Interface | Description |
|---|---|
| Sleeper |
Interface to implement mechanisms to inject specified delay
in processing similar to Thread.sleep(long millis).
|
| Class | Description |
|---|---|
| ThreadSleeper |
Simple abstraction over Thread.sleep() to allow unit testing of backoff mechanisms.
|