SpringBootExceptionReporter

Callback interface used to support custom reporting of SpringApplication startup errors. reporters are loaded through the SpringFactoriesLoader and must declare a public constructor with a single ConfigurableApplicationContext parameter.

Author

Phillip Webb

Since

2.0.0

See also

Functions

Link copied to clipboard
abstract fun reportException(failure: Throwable): Boolean
Report a startup failure to the user.