DelegatingApplicationListener

Deprecated (for removal)

Since version 3.2.0

ApplicationListener that delegates to other listeners that are specified under a context.listener.classes environment property.

Author

Dave Syer

Phillip Webb

Since

1.0.0

Deprecated

since 3.2.0 for removal in 3.4.0 as property based initialization is no longer recommended

Constructors

Link copied to clipboard
constructor()

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
Link copied to clipboard
abstract fun getOrder(): Int
Link copied to clipboard
Link copied to clipboard