Uses of Package
io.quarkus.scheduler
-
Classes in io.quarkus.scheduler used by io.quarkus.schedulerClassDescriptionRepresents a strategy to handle concurrent execution of a scheduled method.Execution metadata of a specific scheduled job.The job definition is a builder-like API that can be used to define a job programmatically.This event is fired synchronously and asynchronously when the
Scheduler.pause()method is called.This event is fired synchronously and asynchronously when theScheduler.resume()method is called.Trigger is bound to a scheduled job.