Interface JobExecutionStatusEvent

    • Method Detail

      • oldStatus

        JobStatus oldStatus()
        Old status for job.
      • newStatus

        JobStatus newStatus()
        New status for job.
      • exception

        @Nullable
        Throwable exception()
        Exception for job.