Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected. After this call returns, this server has released the listening socket(s) and may be reused by another server. Note that this method will not wait for preexisting calls to finish before returning. {@lin
()
| 125 | * @since 1.0.0 |
| 126 | */ |
| 127 | public abstract Server shutdown(); |
| 128 | |
| 129 | /** |
| 130 | * Initiates a forceful shutdown in which preexisting and new calls are rejected. Although |
no outgoing calls