public class SystemEpochClock extends Object implements EpochClock
System.currentTimeMillis().| Modifier and Type | Field and Description |
|---|---|
static SystemEpochClock |
INSTANCE
As there is no instance state then this object can be used to save on allocation.
|
| Constructor and Description |
|---|
SystemEpochClock() |
public static final SystemEpochClock INSTANCE
public long time()
time in interface EpochClockSystem.currentTimeMillis()Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.