Class VaultAutoConfiguration.TaskSchedulerWrapper

  • All Implemented Interfaces:
    org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
    Enclosing class:
    VaultAutoConfiguration

    public static class VaultAutoConfiguration.TaskSchedulerWrapper
    extends Object
    implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    Wrapper to keep TaskScheduler local to Spring Cloud Vault.
    • Constructor Detail

      • TaskSchedulerWrapper

        public TaskSchedulerWrapper​(org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler taskScheduler)
    • Method Detail

      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean