Interface SdkClock
-
- All Known Implementing Classes:
SystemClock
public interface SdkClock
SDK abstraction for theJava Clock
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instant
utcNow()
Returns the current UTC instant.
-
-
-
Method Detail
-
utcNow
Instant utcNow()
Returns the current UTC instant.- Returns:
- current UTC instant
-
-