类 JobExecutionEvent

    • 构造器详细资料

      • JobExecutionEvent

        public JobExecutionEvent​(org.springframework.batch.core.JobExecution execution)
        Create a new JobExecutionEvent instance.
        参数:
        execution - the job execution
    • 方法详细资料

      • getJobExecution

        public org.springframework.batch.core.JobExecution getJobExecution()
        Return the job execution.
        返回:
        the job execution