ReactorEnvironmentPostProcessor

EnvironmentPostProcessor to enable the Reactor global features as early as possible in the startup process.

If the "reactor-tools" dependency is available, the debug agent is enabled by default, unless the "spring.reactor.debug-agent.enabled" configuration property is set to false.

If the "spring.threads.virtual.enabled" property is enabled and the current JVM is 21 or later, then the Reactor System property is set to configure the Bounded Elastic Scheduler to use Virtual Threads globally.

Author

Brian Clozel

Since

3.2.0

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

Functions

Link copied to clipboard
open fun getOrder(): Int
Link copied to clipboard