优化:线程全局异常处理器改为单例模式

This commit is contained in:
weiwei_unique
2023-08-01 20:52:36 +08:00
parent 703d7ffc81
commit e311206b84
4 changed files with 11 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ public class WeChatMsgOperationServiceImpl implements WeChatMsgOperationService
TimeUnit.MILLISECONDS,
new LinkedBlockingQueue<Runnable>(20),
new NamedThreadFactory("wechat-operation-thread", null, false,
new GlobalUncaughtExceptionHandler()));
GlobalUncaughtExceptionHandler.getInstance()));
// at消息的微信推送模板id
private final String atMsgPublishTemplateId = "Xd7sWPZsuWa0UmpvLaZPvaJVjNj1KjEa0zLOm5_Z7IU";