Interface SystemClock

All Known Implementing Classes:
InternalSystemClock

public interface SystemClock
Find the current system time.
  • Method Summary

    Modifier and Type Method Description
    java.time.ZonedDateTime getCurrentTime()  
    void pauseFor​(long timeInMilliseconds)  
  • Method Details

    • pauseFor

      void pauseFor​(long timeInMilliseconds)
    • getCurrentTime

      java.time.ZonedDateTime getCurrentTime()