Package io.micronaut.scheduling.annotation
Scheduling annotations.
- Since:
- 1.0
-
Annotation Types Summary Annotation Type Description Async An annotation that can be applied to any method that returns void or an instance ofCompletionStage
to indicate the actual execution should occur on the given thread pool.ExecuteOn Annotation used to indicate which executor service a particular task should run on.Scheduled An annotation for scheduling a re-occurring task.Schedules Repeatable annotation wrapper forScheduled
.