Package com.ibm.cloud.sdk.core.util
Class Clock
- java.lang.Object
-
- com.ibm.cloud.sdk.core.util.Clock
-
public class Clock extends java.lang.Object
Wrapper class for getting the current time. This class is especially useful for mocking the current time in tests.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getCurrentTimeInMillis()
static long
getCurrentTimeInSeconds()
-