| Package | Description |
|---|---|
| io.quarkus.scheduler | |
| io.quarkus.scheduler.runtime |
| Class and Description |
|---|
| Scheduled.ConcurrentExecution
Represents a strategy to handle concurrent execution of a scheduled method
|
| Trigger
Trigger is bound to a scheduled task.
|
| Class and Description |
|---|
| Scheduled
Marks a business method to be automatically scheduled and invoked by the container.
|
| ScheduledExecution
Scheduled execution metadata.
|
| Scheduler
The container provides a built-in bean with bean type
Scheduler and qualifier
Default. |
| SkippedExecution
A CDI event that is fired synchronously and asynchronously when a concurrent execution of a scheduled method is skipped.
|
| Trigger
Trigger is bound to a scheduled task.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.