Package io.iworkflow.core.command
Class TimerCommand
java.lang.Object
io.iworkflow.core.command.TimerCommand
- All Implemented Interfaces:
BaseCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TimerCommand
createByDuration
(String commandId, Duration duration) static TimerCommand
createByDuration
(Duration duration) abstract long
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.iworkflow.core.command.BaseCommand
getCommandId
-
Constructor Details
-
TimerCommand
public TimerCommand()
-
-
Method Details
-
getDurationSeconds
public abstract long getDurationSeconds() -
createByDuration
-
createByDuration
-