ParentContextApplicationContextInitializer

ApplicationContextInitializer for setting the parent context. Also publishes ParentContextAvailableEvent when the context is refreshed to signal to other listeners that the context is available and has a parent.

Author

Dave Syer

Since

1.0.0

Constructors

constructor(parent: ApplicationContext)

Types

Link copied to clipboard
ApplicationEvent fired when a parent context is available.

Properties

Link copied to clipboard
val HIGHEST_PRECEDENCE: Int = -2147483648
Link copied to clipboard
val LOWEST_PRECEDENCE: Int = 2147483647
Link copied to clipboard
open var order: Int

Functions

Link copied to clipboard
abstract fun getOrder(): Int
Link copied to clipboard
open fun initialize(applicationContext: ConfigurableApplicationContext)