public class SystemTimeSupplier extends java.lang.Object implements TimeSupplier
| Constructor and Description |
|---|
SystemTimeSupplier() |
| Modifier and Type | Method and Description |
|---|---|
long |
get()
Get unix time in seconds
|
java.util.concurrent.CompletionStage<java.lang.Long> |
getAsync() |
reactor.core.publisher.Mono<java.lang.Long> |
getReactive() |
public java.util.concurrent.CompletionStage<java.lang.Long> getAsync()
getAsync in interface TimeSupplierpublic reactor.core.publisher.Mono<java.lang.Long> getReactive()
getReactive in interface TimeSupplierpublic long get()
TimeSupplierget in interface TimeSupplier