toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.spi
/
DelayedActionExecutionSchedule
Delayed
Action
Execution
Schedule
data
class
DelayedActionExecutionSchedule
(
val
delay
:
Duration
,
val
timestamp
:
Instant
=
Instant.now()
)
:
ActionExecutionSchedule
Run after a given delay
Members
Constructors
Delayed
Action
Execution
Schedule
Link copied to clipboard
constructor
(
delay
:
Duration
,
timestamp
:
Instant
=
Instant.now()
)
Properties
delay
Link copied to clipboard
val
delay
:
Duration
timestamp
Link copied to clipboard
open
val
timestamp
:
Instant