update - 解决发送消息前内部事件监听处理异常的问题

This commit is contained in:
wangli 2024-04-26 16:25:38 +08:00
parent a6bbc307d3
commit d9d82854ef

View File

@ -24,6 +24,6 @@ public class CustomAsyncRunnableExecutionExceptionHandler implements AsyncRunnab
eventDispatcher.dispatchEvent(new ErrorInfoEvent(job, exception), jobServiceConfiguration.getEngineName());
return true;
return false;
}
}