Uses of Interface
net.officefloor.frame.api.clock.Clock
Packages that use Clock
Package
Description
-
Uses of Clock in net.officefloor.frame.api.clock
Methods in net.officefloor.frame.api.clock that return ClockModifier and TypeMethodDescription<T> Clock<T>ClockFactory.createClock(Function<Long, T> translator) Creates aClock. -
Uses of Clock in net.officefloor.frame.api.source
Methods in net.officefloor.frame.api.source that return Clock -
Uses of Clock in net.officefloor.frame.impl.construct.source
Methods in net.officefloor.frame.impl.construct.source that return Clock -
Uses of Clock in net.officefloor.frame.impl.execute.clock
Methods in net.officefloor.frame.impl.execute.clock that return ClockModifier and TypeMethodDescription<T> Clock<T>ClockFactoryImpl.createClock(Function<Long, T> translator) -
Uses of Clock in net.officefloor.frame.test
Methods in net.officefloor.frame.test that return ClockModifier and TypeMethodDescription<T> Clock<T>MockClockFactory.createClock(Function<Long, T> translator) -
Uses of Clock in net.officefloor.plugin.managedobject.poll
Methods in net.officefloor.plugin.managedobject.poll with parameters of type ClockModifier and TypeMethodDescriptionstatic <S> StatePoller.Builder<S,Indexed> StatePoller.builder(Class<S> stateType, Clock<Long> clock, int flowIndex, ManagedObjectExecuteContext<Indexed> executeContext, Function<StatePollContext<S>, ManagedObject> managedObjectFactory) Creates aStatePoller.BuilderforFlowindex.static <S,F extends Enum<F>>
StatePoller.Builder<S,F> StatePoller.builder(Class<S> stateType, Clock<Long> clock, F flowKey, ManagedObjectExecuteContext<F> executeContext, Function<StatePollContext<S>, ManagedObject> managedObjectFactory) Creates aStatePoller.BuilderforFlowkey.static <S> StatePoller.Builder<S,None> StatePoller.builder(Class<S> stateType, Clock<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 ClockModifierConstructorDescriptionJwtValidateKey(Clock<Long> timeInSeconds, long periodToExpire, TimeUnit unit, Key key) Instantiate to become active immediately and expire within the specified time.