ApplicationFailedEvent

Event published by a SpringApplication when it fails to start.

Author

Dave Syer

Since

1.0.0

See also

Constructors

Link copied to clipboard
constructor(application: SpringApplication, args: Array<String>, context: ConfigurableApplicationContext, exception: Throwable)
Create a new ApplicationFailedEvent instance.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Return the application context.
Link copied to clipboard
open fun getSource(): Any
Link copied to clipboard
Link copied to clipboard
open fun toString(): String