类 ExceptionNoticeProperties

java.lang.Object
top.codef.properties.exception.ExceptionNoticeProperties

@ConfigurationProperties(prefix="prometheus.exceptionnotice") public class ExceptionNoticeProperties extends Object
  • 构造器详细资料

    • ExceptionNoticeProperties

      public ExceptionNoticeProperties()
  • 方法详细资料

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getIncludedTracePackage

      public String getIncludedTracePackage()
    • setIncludedTracePackage

      public void setIncludedTracePackage(String includedTracePackage)
    • getExcludeExceptions

      public List<Class<? extends Exception>> getExcludeExceptions()
    • setExcludeExceptions

      public void setExcludeExceptions(List<Class<? extends Exception>> excludeExceptions)
    • getIncludeHeaderName

      public List<String> getIncludeHeaderName()
    • setIncludeHeaderName

      public void setIncludeHeaderName(List<String> includeHeaderName)
    • getListenType

      public ListenType getListenType()
    • setListenType

      public void setListenType(ListenType listenType)