Interface ManagedScheduledJobInitialiser
- 
- All Known Implementing Classes:
- ManagedScheduledJobFactory
 
 @Transactional public interface ManagedScheduledJobInitialiserResponsible for constructing managed scheduled jobs and scheduling them with the scheduler. Jobs are described by the ManagedScheduledJob interface.See specific implementation for this interface for wiring detailed. This is for use during bootstrapping of the system, and is called once only after the system is running (and setup for new installations). 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialiseManagedScheduledJobs()
 
-