Package com.embabel.agent.spi
Class DelayedActionExecutionSchedule
-
- All Implemented Interfaces:
-
com.embabel.agent.spi.ActionExecutionSchedule,com.embabel.common.core.types.Timestamped
public final class DelayedActionExecutionSchedule implements ActionExecutionSchedule
Run after a given delay
-
-
Constructor Summary
Constructors Constructor Description DelayedActionExecutionSchedule(Duration delay, Instant timestamp)
-
Method Summary
Modifier and Type Method Description final DurationgetDelay()InstantgetTimestamp()
-