@NoImplement public interface TimeSupplier extends Supplier<Long>, LongSupplier
Supplier which provides a unified time in milliseconds.| Modifier and Type | Method and Description |
|---|---|
Long |
get()
Deprecated.
use
getAsLong() instead. |
long |
getAsLong()
Returns
System.currentTimeMillis() |
@Deprecated Long get()
getAsLong() instead.System.currentTimeMillis()long getAsLong()
System.currentTimeMillis()getAsLong in interface LongSupplierCopyright © 2024 MuleSoft, Inc.. All rights reserved.