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.plugin.managedobject.poll
Methods in net.officefloor.plugin.managedobject.poll with parameters of type Clock Modifier and Type Method Description static <S> StatePoller.Builder<S,Indexed>StatePoller. builder(java.lang.Class<S> stateType, Clock<java.lang.Long> clock, int flowIndex, ManagedObjectExecuteContext<Indexed> executeContext, java.util.function.Function<StatePollContext<S>,ManagedObject> managedObjectFactory)Creates aStatePoller.BuilderforFlowindex.static <S,F extends java.lang.Enum<F>>
StatePoller.Builder<S,F>StatePoller. builder(java.lang.Class<S> stateType, Clock<java.lang.Long> clock, F flowKey, ManagedObjectExecuteContext<F> executeContext, java.util.function.Function<StatePollContext<S>,ManagedObject> managedObjectFactory)Creates aStatePoller.BuilderforFlowkey.static <S> StatePoller.Builder<S,None>StatePoller. builder(java.lang.Class<S> stateType, Clock<java.lang.Long> clock, StatePoller.Initialiser<S> initialiser, StatePoller.Poller<S> poller)Creates aStatePoller.Builderfor customStatePoller.Poller. -
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.
-