Package io.quarkus.scheduler
-
Interface Summary Interface Description Scheduled.SkipPredicate ScheduledExecution Scheduled execution metadata.Scheduler The container provides a built-in bean with bean typeSchedulerand qualifierDefault.Scheduler.JobDefinition The job definition is a builder-like API that can be used to define a job programmatically.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.ScheduledJobPaused This event is fired synchronously and asynchronously when theScheduler.pause(String)method is called.ScheduledJobResumed This event is fired synchronously and asynchronously when theScheduler.resume(String)method is called.SchedulerPaused This event is fired synchronously and asynchronously when theScheduler.pause()method is called.SchedulerResumed This event is fired synchronously and asynchronously when theScheduler.resume()method is called.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