Interface SchedulerProvider


public interface SchedulerProvider
Interface for providing access to the Scheduler instance.
Since:
8.5.0
Author:
Michael Kohlsche
  • Method Summary

    Modifier and Type
    Method
    Description
    org.quartz.Scheduler
    get()
    Get the Scheduler instance managed by this provider.
    Get the singleton instance of the SchedulerProvider from CDI.
  • Method Details

    • getInstance

      static SchedulerProvider getInstance()
      Get the singleton instance of the SchedulerProvider from CDI.
      Returns:
      the SchedulerProvider instance
    • get

      org.quartz.Scheduler get()
      Get the Scheduler instance managed by this provider.
      Returns:
      the Scheduler instance