Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled. @return this @since 1.0.0
()
| 32 | * @since 1.0.0 |
| 33 | */ |
| 34 | public abstract ManagedChannel shutdown(); |
| 35 | |
| 36 | /** |
| 37 | * Returns whether the channel is shutdown. Shutdown channels immediately cancel any new calls, |
no outgoing calls