SpringApplicationAdminMXBean

An MBean contract to control and monitor a running SpringApplication over JMX. Intended for internal use only.

Author

Stephane Nicoll

Since

1.3.0

Functions

Link copied to clipboard
abstract fun getProperty(key: String): String
Return the value of the specified key from the application Environment.
Link copied to clipboard
Specify if the application runs in an embedded web container.
Link copied to clipboard
abstract fun isReady(): Boolean
Specify if the application has fully started and is now ready.
Link copied to clipboard
abstract fun shutdown()
Shutdown the application.