Interface Clock

All Known Implementing Classes:
ClockImpl

public interface Clock
We use a “Clock” Bean so we can run tests against session timeouts.
Author:
dandriana
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joda.time.DateTime
    now()
    Please serve only UTC DatetTime values
    long
     
  • Method Details

    • now

      org.joda.time.DateTime now()
      Please serve only UTC DatetTime values
    • nowMs

      long nowMs()