接口 JobLauncher

  • 所有已知实现类:
    SimpleJobLauncher

    public interface JobLauncher
    Simple interface for controlling jobs, including possible ad-hoc executions, based on different runtime identifiers. It is extremely important to note that this interface makes absolutely no guarantees about whether or not calls to it are executed synchronously or asynchronously. The javadocs for specific implementations should be checked to ensure callers fully understand how the job will be run.
    作者:
    Lucas Ward, Dave Syer