Package io.micronaut.scheduling.annotation


package io.micronaut.scheduling.annotation
Scheduling annotations.
Since:
1.0
Author:
graemerocher
  • Annotation Interfaces
    Class
    Description
    An 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 for Scheduled.