public abstract class Clock extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected long |
millisecondsOffset |
| Constructor and Description |
|---|
Clock() |
| Modifier and Type | Method and Description |
|---|---|
static Clock |
atomic() |
Clock |
correctWith(Clock atomicClock) |
protected abstract DateTime |
currentTime() |
boolean |
equals(Object anotherObject) |
DateTime |
now() |
long |
offset() |
static void |
setAtomic(Clock clock) |
static Clock |
system() |
String |
toString() |
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.