Returns whether the channel is shutdown. Shutdown channels immediately cancel any new calls, but may still have some calls being processed. @see #shutdown() @see #isTerminated() @since 1.0.0
()
| 42 | * @since 1.0.0 |
| 43 | */ |
| 44 | public abstract boolean isShutdown(); |
| 45 | |
| 46 | /** |
| 47 | * Returns whether the channel is terminated. Terminated channels have no running calls and |
no outgoing calls