Uses of Interface
net.officefloor.frame.api.clock.Clock
-
-
Uses of Clock in net.officefloor.frame.api.clock
Methods in net.officefloor.frame.api.clock that return Clock Modifier and Type Method Description <T> Clock<T>ClockFactory. createClock(java.util.function.Function<java.lang.Long,T> translator)Creates aClock. -
Uses of Clock in net.officefloor.frame.api.source
Methods in net.officefloor.frame.api.source that return Clock Modifier and Type Method Description <T> Clock<T>SourceContext. getClock(java.util.function.Function<java.lang.Long,T> translator)Obtains theClock. -
Uses of Clock in net.officefloor.frame.impl.construct.source
Methods in net.officefloor.frame.impl.construct.source that return Clock Modifier and Type Method Description <T> Clock<T>SourceContextImpl. getClock(java.util.function.Function<java.lang.Long,T> translator) -
Uses of Clock in net.officefloor.frame.impl.execute.clock
Methods in net.officefloor.frame.impl.execute.clock that return Clock Modifier and Type Method Description <T> Clock<T>ClockFactoryImpl. createClock(java.util.function.Function<java.lang.Long,T> translator) -
Uses of Clock in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return Clock Modifier and Type Method Description <T> Clock<T>MockClockFactory. createClock(java.util.function.Function<java.lang.Long,T> translator) -
Uses of Clock in net.officefloor.web.jwt.validate
Constructors in net.officefloor.web.jwt.validate with parameters of type Clock Constructor Description JwtValidateKey(Clock<java.lang.Long> timeInSeconds, long periodToExpire, java.util.concurrent.TimeUnit unit, java.security.Key key)Instantiate to become active immediately and expire within the specified time.
-