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

tech.harmonysoft.oss.common.schedule.TaskSchedulerFactory.kt Maven / Gradle / Ivy

package tech.harmonysoft.oss.common.schedule

interface TaskSchedulerFactory {

    fun newScheduler(schedulerId: String): TaskScheduler
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy