@FunctionalInterface
public interface SpringBootExceptionReporter
SpringApplication
startup errors. reporters
are loaded through the
SpringFactoriesLoader
and must declare a public constructor with a single
ConfigurableApplicationContext
parameter.ApplicationContextAware
Modifier and Type | Method and Description |
---|---|
boolean |
reportException(java.lang.Throwable failure)
Report a startup failure to the user.
|