Initiates a forceful shutdown in which preexisting and new calls are cancelled. Although forceful, the shutdown process is still not instantaneous; #isTerminated() will likely return false immediately after this method returns. @return this @since 1.0.0
()
| 61 | * @since 1.0.0 |
| 62 | */ |
| 63 | public abstract ManagedChannel shutdownNow(); |
| 64 | |
| 65 | /** |
| 66 | * Waits for the channel to become terminated, giving up if the timeout is reached. |
no outgoing calls