EnvironmentPostProcessorApplicationListener

SmartApplicationListener used to trigger EnvironmentPostProcessors registered in the spring.factories file.

Author

Phillip Webb

Since

2.4.0

Constructors

constructor()
Create a new EnvironmentPostProcessorApplicationListener with EnvironmentPostProcessor classes loaded through spring.factories.

Properties

Link copied to clipboard
val DEFAULT_ORDER: Int = -2147483638
The default order for the processor.
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
Link copied to clipboard
open fun getListenerId(): String
Link copied to clipboard
open fun getOrder(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun supportsEventType(eventType: Class<out ApplicationEvent>): Boolean
Link copied to clipboard
open fun supportsSourceType(sourceType: Class<out Any>): Boolean
Link copied to clipboard