spring-framework / org.springframework.scheduling.commonj / TimerManagerFactoryBean / destroy

destroy

open fun destroy(): Unit

Overrides TimerManagerAccessor.destroy

Cancels all statically registered Timers on shutdown, and stops the underlying TimerManager (if not shared).

See Also
commonj.timers.Timer#cancel()commonj.timers.TimerManager#stop()