Class SnapScheduler
- java.lang.Object
-
- io.opensw.scheduler.core.scheduler.SnapScheduler
-
@Component public class SnapScheduler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SnapScheduler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidschedule(Task task)Task schedule
-
-
-
Method Detail
-
schedule
public void schedule(Task task) throws TaskDefinitionException, UnexpectedException
Task schedule- Parameters:
task- to schedule- Throws:
TaskDefinitionException- throw when have definition errorUnexpectedException- unexpected exception occur
-
-