Annotation Type SchedulableJob.AsyncJob


  • @Target(TYPE)
    @Documented
    @Retention(RUNTIME)
    public static @interface SchedulableJob.AsyncJob
    Used to annotate a class which implements SchedulableJob, 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