toggle menu
Spring Boot Kotlin API
3.5.5
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot
/
BootstrapContextClosedEvent
Bootstrap
Context
Closed
Event
open
class
BootstrapContextClosedEvent
:
ApplicationEvent
ApplicationEvent
published by a
BootstrapContext
when it's closed.
Author
Phillip Webb
Since
2.4.0
See also
Bootstrap
Registry
Members
Properties
application
Context
Link copied to clipboard
val
applicationContext
:
ConfigurableApplicationContext
timestamp
Link copied to clipboard
val
timestamp
:
Long
Functions
get
Bootstrap
Context
Link copied to clipboard
open
fun
getBootstrapContext
(
)
:
BootstrapContext
Return the
BootstrapContext
that was closed.
get
Source
Link copied to clipboard
open
fun
getSource
(
)
:
Any
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String