public interface TimeSupplier
| Modifier and Type | Method and Description |
|---|---|
long |
get()
Get unix time in seconds
|
java.util.concurrent.CompletionStage<java.lang.Long> |
getAsync()
Deprecated.
|
reactor.core.publisher.Mono<java.lang.Long> |
getReactive() |