Interface | Description |
---|---|
JobContextInitializer |
Class | Description |
---|---|
AppJobManager | |
Job |
A
Job is a piece of logic that can be run/scheduled in ActFramework |
JobAdmin |
Provide admin service to act
AppJobManager |
JobAdmin.WebsocketEndpoints | |
JobAdmin.WebsocketEndpoints.JobProgress | |
JobAnnotationProcessor | |
JobContext |
Communicate context data across threads
|
JobTrigger |
A
JobTrigger triggers a Job to be executed |
TrackableWorker |
Annotation Type | Description |
---|---|
AlongWith |
Mark a method to be a job that will be executed with the invocation of another job specified by the value
|
Cron |
Mark a method to be a cron job.
|
Every |
Mark a method to be a job called at fixed duration.
|
FixedDelay |
Mark a method to be a job called at fixed delay time
|
InvokeAfter |
Mark a method to be a job that will be executed synchronously after the invocation of another job specified by the value
|
InvokeBefore |
Mark a method to be a job that will be executed synchounously before the invocation of another job specified by the value
|
OnAppEvent |
Mark a method to be a job that must be run upon a certain
app event occurred |
OnAppStart |
Mark a method to be a job that must be run after Application started up
|
OnAppStop |
Mark a method to be a job that must be run before App stop
|
Copyright © 2014–2017 ActFramework. All rights reserved.