Uses of Annotation Interface
org.springframework.scheduling.annotation.Scheduled
Package
Description
Annotation support for asynchronous method execution.
-
Uses of Scheduled in org.springframework.scheduling.annotation
Modifier and TypeMethodDescriptionprotected void
ScheduledAnnotationBeanPostProcessor.processScheduled
(Scheduled scheduled, Method method, Object bean) Process the given@Scheduled
method declaration on the given bean, attempting to distinguish reactive methods from synchronous methods.