MCPcopy Create free account
hub / github.com/grpc/grpc-java / isShutdown

Method isShutdown

api/src/main/java/io/grpc/Server.java:151–151  ·  view source on GitHub ↗

Returns whether the server is shutdown. Shutdown servers reject any new calls, but may still have some calls being processed. @see #shutdown() @see #isTerminated() @since 1.0.0

()

Source from the content-addressed store, hash-verified

149 * @since 1.0.0
150 */
151 public abstract boolean isShutdown();
152
153 /**
154 * Returns whether the server is terminated. Terminated servers have no running calls and

Calls

no outgoing calls