This commit is contained in:
Phillip Webb
2017-04-17 22:08:51 -07:00
parent 3fe0b844a6
commit f46d799f31
8 changed files with 37 additions and 24 deletions

View File

@@ -33,9 +33,9 @@ public interface SpringApplicationAdminMXBean {
boolean isReady();
/**
* Specify if the application runs in an embedded web container. Return
* {@code false} on a web application that hasn't fully started yet, so it is
* preferable to wait for the application to be {@link #isReady() ready}.
* Specify if the application runs in an embedded web container. Return {@code false}
* on a web application that hasn't fully started yet, so it is preferable to wait for
* the application to be {@link #isReady() ready}.
* @return {@code true} if the application runs in an embedded web container
* @see #isReady()
*/