All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.hpsocket.soa.starter.job.xxljob.exception.XxlJobExceptionHandler Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package io.github.hpsocket.soa.starter.job.xxljob.exception;

/** XxlJob 异常处理器接口 */
public interface XxlJobExceptionHandler
{
    void handleException(String jobName, long jobId, String param, long timestamp, Exception e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy