Class SchedulingConfiguration
java.lang.Object
org.springframework.scheduling.annotation.SchedulingConfiguration
@Configuration
class that registers a ScheduledAnnotationBeanPostProcessor
bean capable of processing Spring's @Scheduled
annotation.
This configuration class is automatically imported when using the
@EnableScheduling
annotation. See
@EnableScheduling
's javadoc for complete usage details.
- Since:
- 3.1
- Author:
- Chris Beams
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SchedulingConfiguration
public SchedulingConfiguration()
-
-
Method Details
-
scheduledAnnotationProcessor
@Bean(name="org.springframework.context.annotation.internalScheduledAnnotationProcessor") @Role(2) public ScheduledAnnotationBeanPostProcessor scheduledAnnotationProcessor()
-