Package io.digdag.spi
Interface SchedulerFactory
-
public interface SchedulerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetType()SchedulernewScheduler(io.digdag.client.config.Config config, java.time.ZoneId timeZone)
-
-
-
Method Detail
-
getType
java.lang.String getType()
-
newScheduler
Scheduler newScheduler(io.digdag.client.config.Config config, java.time.ZoneId timeZone)
-
-