public interface SchedulingConfigurer
Configuration
classes annotated with @EnableScheduling that wish to register scheduled tasks
in a programmatic fashion as opposed to the declarative approach of
using the @Scheduled annotation. For example, this may be necessary when
implementing Trigger-based tasks, which
are not supported by the @Scheduled annotation.
See @EnableScheduling for detailed usage examples.
EnableScheduling,
ScheduledTaskRegistrar| Modifier and Type | Method and Description |
|---|---|
void |
configureTasks(ScheduledTaskRegistrar taskRegistrar) |
void configureTasks(ScheduledTaskRegistrar taskRegistrar)
Copyright © 2013. All Rights Reserved.