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.Trigger Trigger is bound to a scheduled task. -
Class Summary Class Description Scheduled.Never Execution is never skipped.SkippedExecution This event is fired synchronously and asynchronously when an execution of a scheduled method is skipped. -
Enum Summary Enum Description Scheduled.ConcurrentExecution Represents a strategy to handle concurrent execution of a scheduled method. -
Annotation Types Summary Annotation Type Description Scheduled Marks a business method to be automatically scheduled and invoked by the container.Scheduled.Schedules