Class TimerCommand

java.lang.Object
io.iworkflow.core.command.TimerCommand
All Implemented Interfaces:
BaseCommand

@Immutable public abstract class TimerCommand extends Object implements BaseCommand
  • Constructor Details

    • TimerCommand

      public TimerCommand()
  • Method Details

    • getDurationSeconds

      public abstract long getDurationSeconds()
    • createByDuration

      public static TimerCommand createByDuration(String commandId, Duration duration)
    • createByDuration

      public static TimerCommand createByDuration(Duration duration)