Interface ManagedScheduledJobInitialiser

  • All Known Implementing Classes:
    ManagedScheduledJobFactory

    @Transactional
    public interface ManagedScheduledJobInitialiser
    Responsible 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 Detail

      • initialiseManagedScheduledJobs

        void initialiseManagedScheduledJobs()