Package io.micronaut.scheduling.annotation
package io.micronaut.scheduling.annotation
Scheduling annotations.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionAn annotation that can be applied to any method that returns void or an instance of
CompletionStage
to indicate the actual execution should occur on the given thread pool.Annotation used to indicate which executor service a particular task should run on.An annotation for scheduling a re-occurring task.Repeatable annotation wrapper forScheduled
.