Returns whether the server is terminated. Terminated servers have no running calls and relevant resources released (like TCP connections). @see #isShutdown() @since 1.0.0
()
| 158 | * @since 1.0.0 |
| 159 | */ |
| 160 | public abstract boolean isTerminated(); |
| 161 | |
| 162 | /** |
| 163 | * Waits for the server to become terminated, giving up if the timeout is reached. |
no outgoing calls