Returns whether the server is shutdown. Shutdown servers reject any new calls, but may still have some calls being processed. @see #shutdown() @see #isTerminated() @since 1.0.0
()
| 149 | * @since 1.0.0 |
| 150 | */ |
| 151 | public abstract boolean isShutdown(); |
| 152 | |
| 153 | /** |
| 154 | * Returns whether the server is terminated. Terminated servers have no running calls and |
no outgoing calls