Package mops.businesslogic.time
Interface TimeService
-
- All Known Implementing Classes:
TimeServiceImpl
@Service public interface TimeService
Queries the time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.time.Instant
getInstantNow()
Get the current Instant time.
-