toggle menu
Spring Boot Kotlin API
3.3.10
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.builder
/
ParentContextApplicationContextInitializer
/
ParentContextAvailableEvent
Parent
Context
Available
Event
open
class
ParentContextAvailableEvent
:
ApplicationEvent
ApplicationEvent
fired when a parent context is available.
Members
Constructors
Parent
Context
Available
Event
Link copied to clipboard
constructor
(
applicationContext
:
ConfigurableApplicationContext
)
Properties
timestamp
Link copied to clipboard
val
timestamp
:
Long
Functions
get
Application
Context
Link copied to clipboard
open
fun
getApplicationContext
(
)
:
ConfigurableApplicationContext
get
Source
Link copied to clipboard
open
fun
getSource
(
)
:
Any
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String