Package io.quarkus.scheduler
-
Interface Summary Interface Description Scheduled.SkipPredicate ScheduledExecution Scheduled execution metadata.Scheduler The container provides a built-in bean with bean typeScheduler
and qualifierDefault
.Trigger Trigger is bound to a scheduled task. -
Class Summary Class Description FailedExecution This event is fired synchronously and asynchronously when an execution of a scheduled method throw an exception.Scheduled.ApplicationNotRunning Execution is skipped if the application is not running (either not started or already shutdown).Scheduled.Never Execution is never skipped.SkippedExecution This event is fired synchronously and asynchronously when an execution of a scheduled method is skipped.SuccessfulExecution This event is fired synchronously and asynchronously when an execution of a scheduled method is successful. -
Enum Summary Enum Description Scheduled.ConcurrentExecution Represents a strategy to handle concurrent execution of a scheduled method. -
Annotation Types Summary Annotation Type Description Scheduled Identifies a method of a bean class that is automatically scheduled and invoked by the container.Scheduled.Schedules