All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ikasan.dashboard.schedule.DashboardScheduleConfiguration Maven / Gradle / Ivy

The newest version!
package org.ikasan.dashboard.schedule;

import org.ikasan.scheduler.SchedulerFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;

@Component
public class DashboardScheduleConfiguration {

    @Bean
    public DashboardSchedulerLifeCycleService dashboardSchedulerService() {
        return new DashboardSchedulerLifeCycleService(SchedulerFactory.getInstance().getScheduler());
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy