@Value.Immutable
public interface ScheduleTime
| Modifier and Type | Method and Description |
|---|---|
static java.time.Instant |
alignedNow() |
java.time.Instant |
getRunTime()
Actual execution time of a scheduled attempt.
|
java.time.Instant |
getTime()
The session_time variable of a scheduled attempt.
|
static ScheduleTime |
of(java.time.Instant time,
java.time.Instant runTime) |
static ScheduleTime |
runNow(java.time.Instant time) |
java.time.Instant getRunTime()
java.time.Instant getTime()
static ScheduleTime of(java.time.Instant time, java.time.Instant runTime)
static ScheduleTime runNow(java.time.Instant time)
static java.time.Instant alignedNow()