AppStartupListener

@Bean
class AppStartupListener : ApplicationEventListener<ServerStartupEvent>

Application startup listener and callback trigger.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun onApplicationEvent(event: ServerStartupEvent)
Link copied to clipboard
open fun supports(event: ServerStartupEvent): Boolean