public interface SpringApplicationAdminMXBean
SpringApplication
via JMX.
Intended for internal use only.Modifier and Type | Method and Description |
---|---|
boolean |
isReady()
Specify if the application has fully started and is now ready.
|
void |
shutdown()
Shutdown the application.
|
boolean isReady()
true
if the application is readyApplicationReadyEvent
void shutdown()
ConfigurableApplicationContext.close()
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.