Class TaskSchedulerFactoryImpl
-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.schedule.TaskSchedulerFactory
@Named() public final class TaskSchedulerFactoryImpl implements TaskSchedulerFactory
-
-
Constructor Summary
Constructors Constructor Description TaskSchedulerFactoryImpl(ClockProvider clockProvider, ScheduledExecutorService threadPool)
-
Method Summary
Modifier and Type Method Description TaskSchedulernewScheduler(String schedulerId)-
-
Constructor Detail
-
TaskSchedulerFactoryImpl
TaskSchedulerFactoryImpl(ClockProvider clockProvider, ScheduledExecutorService threadPool)
-
-
Method Detail
-
newScheduler
TaskScheduler newScheduler(String schedulerId)
-
-
-
-