|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.scheduling.annotation.SchedulingConfiguration
@Configuration public class 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
Javadoc for complete usage
details.
EnableScheduling
,
ScheduledAnnotationBeanPostProcessor
Constructor Summary | |
---|---|
SchedulingConfiguration()
|
Method Summary | |
---|---|
ScheduledAnnotationBeanPostProcessor |
scheduledAnnotationProcessor()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SchedulingConfiguration()
Method Detail |
---|
@Bean(name="org.springframework.context.annotation.internalScheduledAnnotationProcessor") @Role(value=2) public ScheduledAnnotationBeanPostProcessor scheduledAnnotationProcessor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |