码迷,mamicode.com
首页 > 编程语言 > 详细

spring boot 源码之SpringBootExceptionReporter

时间:2017-12-01 16:36:08      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:owa   异常   cep   failure   函数   exce   port   一个   boot   

SpringBootExceptionReporter

  用户自定义异常处理回调接口。

public interface SpringBootExceptionReporter {
    boolean reportException(Throwable failure);
}

 SpringBootExceptionReporter通过SpringFactoriesLoader加载,必须第一个包含ConfigurableApplicationContext的构造函数。 

 

spring boot 源码之SpringBootExceptionReporter

标签:owa   异常   cep   failure   函数   exce   port   一个   boot   

原文地址:http://www.cnblogs.com/zhangwanhua/p/7942806.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!