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 TimerCommandcreateByDuration(String commandId, Duration duration) static TimerCommandcreateByDuration(Duration duration) abstract longMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.iworkflow.core.command.BaseCommand
getCommandId
-
Constructor Details
-
TimerCommand
public TimerCommand()
-
-
Method Details
-
getDurationSeconds
public abstract long getDurationSeconds() -
createByDuration
-
createByDuration
-