类的使用
cn.taketoday.scheduling.config.ScheduledTaskRegistrar
使用ScheduledTaskRegistrar的程序包
程序包
说明
Java 5 annotation for asynchronous method execution.
Support package for declarative scheduling configuration.
-
cn.taketoday.scheduling.annotation中ScheduledTaskRegistrar的使用
修饰符和类型方法说明voidSchedulingConfigurer.configureTasks(ScheduledTaskRegistrar taskRegistrar) Callback allowing aTaskSchedulerand specificTaskinstances to be registered against the given theScheduledTaskRegistrar.限定符构造器说明Create aScheduledAnnotationBeanPostProcessordelegating to the specifiedScheduledTaskRegistrar. -
cn.taketoday.scheduling.config中ScheduledTaskRegistrar的使用
修饰符和类型类说明classScheduledTaskRegistrarsubclass which redirects the actual scheduling of tasks to theContextLifecycleScheduledTaskRegistrar.afterSingletonsInstantiated()callback