如何在spring boot中自定义AsyncUncaughtExceptionHandler

时间:2015-08-22 15:38:04

标签: spring spring-boot

我想自定义AsyncUncaughtExceptionHandler,但我不知道如何做到这一点。如何覆盖默认的SimpleUncaughtExceptionHandler配置?

1 个答案:

答案 0 :(得分:1)

in the Javadoc of @EnableAsync

中详细说明了developer guide

您需要实现AsyncConfigurer来自定义异步处理的工作方式。