ApplicationEnvironmentPreparedEvent

Event published when a SpringApplication is starting up and the Environment is first available for inspection and modification.

Author

Dave Syer

Since

1.0.0

Constructors

Link copied to clipboard
constructor(bootstrapContext: ConfigurableBootstrapContext, application: SpringApplication, args: Array<String>, environment: ConfigurableEnvironment)

Properties

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

Functions

Link copied to clipboard
open fun getSource(): Any
Link copied to clipboard
Link copied to clipboard
open fun toString(): String