Package | Description |
---|---|
org.seedstack.scheduler |
Contains classes for scheduling tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskListener.after(SchedulingContext sc)
Called after the
Task is executed. |
void |
TaskListener.before(SchedulingContext sc)
Called before the
Task is executed. |
void |
Task.execute(SchedulingContext sc)
This method is called by the scheduler when the task is executed.
|
void |
TaskListener.onException(SchedulingContext sc,
Exception e)
Called if any exception occurs.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.