Class RealClock

  • All Implemented Interfaces:
    Clock

    public class RealClock
    extends Object
    implements Clock
    • Constructor Detail

      • RealClock

        public RealClock​(long initialStartDelay,
                         long period,
                         TimeUnit periodTimeUnit)