| Interface | Description |
|---|---|
| Clock |
A small abstraction around system clock that aims to provide microsecond precision with the best
accuracy possible.
|
| Class | Description |
|---|---|
| SystemClock |
This implementation of the system-clock will provide true microseconds accurate timestamp,
given that the JVM supports it (JDK 9 and above).
|