java.lang.Object
io.ebeaninternal.server.core.ClockService
Wraps the Clock such that we can change the Clock for testing purposes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClockService
-
-
Method Details
-
setClock
Change the clock for testing purposes. -
nowMillis
public long nowMillis()Return the Clock current timestamp in millis.
-