Package io.quarkus.scheduler
Interface ScheduledExecution
public interface ScheduledExecution
Execution metadata of a specific scheduled job.
-
Method Summary
Modifier and TypeMethodDescriptionUnlikeTrigger.getPreviousFireTime()this method always returns the same value.
-
Method Details
-
getTrigger
Trigger getTrigger()- Returns:
- the trigger that fired the execution
-
getFireTime
Instant getFireTime()UnlikeTrigger.getPreviousFireTime()this method always returns the same value.- Returns:
- the time the associated trigger was fired
-
getScheduledFireTime
Instant getScheduledFireTime()- Returns:
- the time the action was scheduled for
-