Interface EnvironmentEdge

All Known Implementing Classes:
DefaultEnvironmentEdge, IncrementingEnvironmentEdge, ManualEnvironmentEdge

@Private public interface EnvironmentEdge
Has some basic interaction with the environment. Alternate implementations can be used where required (eg in tests).
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the currentTime.
  • Method Details

    • currentTime

      long currentTime()
      Returns the currentTime.
      Returns:
      Current time.