Package com.carfey.ops.job
Annotation Type SchedulableJob.AsyncJob
-
@Target(TYPE) @Documented @Retention(RUNTIME) public static @interface SchedulableJob.AsyncJobUsed to annotate a class which implementsSchedulableJob, but is an asynchronous submission of an external process (e.g. a WebService call). That external process will use an API call to flag the job as complete, with optional job results provided.- Since:
- 4.5