类 ExceptionNoticeProperties
java.lang.Object
top.codef.properties.exception.ExceptionNoticeProperties
@ConfigurationProperties(prefix="prometheus.exceptionnotice")
public class ExceptionNoticeProperties
extends Object
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanvoidsetEnabled(boolean enabled) voidsetExcludeExceptions(List<Class<? extends Exception>> excludeExceptions) voidsetIncludedTracePackage(String includedTracePackage) voidsetIncludeHeaderName(List<String> includeHeaderName) voidsetListenType(ListenType listenType)
-
构造器详细资料
-
ExceptionNoticeProperties
public ExceptionNoticeProperties()
-
-
方法详细资料
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getIncludedTracePackage
-
setIncludedTracePackage
-
getExcludeExceptions
-
setExcludeExceptions
-
getIncludeHeaderName
-
setIncludeHeaderName
-
getListenType
-
setListenType
-