public interface Clock
| Modifier and Type | Method and Description |
|---|---|
long |
currentTimeInMillis()
Get the current time in milliseconds.
|
default long |
currentTimeInNanos()
Get the current time in nanoseconds.
|
static Clock |
system()
|
static final Clock SYSTEM
static Clock system()
default long currentTimeInNanos()
long currentTimeInMillis()
Copyright © 2016 JBoss by Red Hat. All rights reserved.