corneil
01/28/2020, 11:05 AMval scheduledTriggerExecutors: List<ScheduledTriggerExecutor>
and I don't know how the DI is going to resolve that? You will need to remove @Component from TriggerScheduler and have an @Bean method in a @Configuration class to create this. Then it should behave as expectedLuca Clemente Gonzalez
01/28/2020, 11:58 AM