Uses of Interface
com.scaleoutsoftware.digitaltwin.abstractions.TimerHandler
Packages that use TimerHandler
Package
Description
Digital twin model API - Create a digital twin model.
-
Uses of TimerHandler in com.scaleoutsoftware.digitaltwin.abstractions
Methods in com.scaleoutsoftware.digitaltwin.abstractions that return TimerHandlerMethods in com.scaleoutsoftware.digitaltwin.abstractions with parameters of type TimerHandlerModifier and TypeMethodDescriptionabstract TimerActionResultInitContext.startTimer(String timerName, Duration interval, TimerType timerType, TimerHandler<T> timerHandler, Class<? extends TimerHandler<T>> timerHandlerClass) Starts a new timer for the digital twinabstract TimerActionResultProcessingContext.startTimer(String timerName, Duration interval, TimerType timerType, TimerHandler<T> timerHandler, Class<? extends TimerHandler<T>> timerHandlerClass) Starts a new timer for the digital twinMethod parameters in com.scaleoutsoftware.digitaltwin.abstractions with type arguments of type TimerHandlerModifier and TypeMethodDescriptionabstract TimerActionResultInitContext.startTimer(String timerName, Duration interval, TimerType timerType, TimerHandler<T> timerHandler, Class<? extends TimerHandler<T>> timerHandlerClass) Starts a new timer for the digital twinabstract TimerActionResultProcessingContext.startTimer(String timerName, Duration interval, TimerType timerType, TimerHandler<T> timerHandler, Class<? extends TimerHandler<T>> timerHandlerClass) Starts a new timer for the digital twinConstructors in com.scaleoutsoftware.digitaltwin.abstractions with parameters of type TimerHandlerModifierConstructorDescriptionTimerMetadata(TimerHandler<T> handlerClass, TimerType timerType, long timerIntervalMs, int timerSlot) Constructs a timer metadata.