Package io.iworkflow.core.command
Class TimerCommandResult
- java.lang.Object
-
- io.iworkflow.core.command.TimerCommandResult
-
@Immutable public abstract class TimerCommandResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TimerCommandResult()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getCommandId()
abstract TimerStatus
getTimerStatus()
-
-
-
Method Detail
-
getTimerStatus
public abstract TimerStatus getTimerStatus()
-
getCommandId
public abstract java.lang.String getCommandId()
-
-