StartupApplicationListenerExample

@Component
class StartupApplicationListenerExample : ApplicationListener<ContextRefreshedEvent?>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onApplicationEvent(event: ContextRefreshedEvent)
abstract fun onApplicationEvent(event: ContextRefreshedEvent?)
Link copied to clipboard