public static interface CoreConfigManager.EtimeService
Modifier and Type | Method and Description |
---|---|
TimeUnit |
getTimeUnit()
Returns the time unit of this etime service.
|
long |
now()
Returns a value that represents "now" since the epoch.
|
default long |
since(long past)
Computes the elapsed time between now and past.
|
long now()
TimeUnit getTimeUnit()
default long since(long past)
past
- time value to compare to now.Copyright 2010-2022 ForgeRock AS.