Class ScheduleConfiguration

java.lang.Object
io.naraway.janitor.configuration.ScheduleConfiguration

@Conditional(LocalModeCondition.class)
@Configuration
@EnableScheduling
public class ScheduleConfiguration
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ScheduleConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler taskScheduler()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScheduleConfiguration

      public ScheduleConfiguration()
  • Method Details

    • taskScheduler

      @Bean public org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler taskScheduler()