io.github.hpsocket.soa.starter.job.xxljob.exception.XxlJobExceptionHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hp-soa-starter-job-xxljob Show documentation
Show all versions of hp-soa-starter-job-xxljob Show documentation
hp-soa: a fully functional, easy-to-use, and highly scalable microservice framework
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);
}