Interface JobDetailWithBaseConfig

  • All Superinterfaces:
    Cloneable, org.quartz.JobDetail, Serializable

    public interface JobDetailWithBaseConfig
    extends org.quartz.JobDetail
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      JobConfig getBaseConfig()  
      <T> T getBaseConfig​(Class<T> type)  
      • Methods inherited from interface org.quartz.JobDetail

        clone, getDescription, getJobBuilder, getJobClass, getJobDataMap, getKey, isConcurrentExectionDisallowed, isDurable, isPersistJobDataAfterExecution, requestsRecovery
    • Method Detail

      • getBaseConfig

        <T> T getBaseConfig​(Class<T> type)