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