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

Method isTerminated

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

Returns whether the server is terminated. Terminated servers have no running calls and relevant resources released (like TCP connections). @see #isShutdown() @since 1.0.0

()

Source from the content-addressed store, hash-verified

158 * @since 1.0.0
159 */
160 public abstract boolean isTerminated();
161
162 /**
163 * Waits for the server to become terminated, giving up if the timeout is reached.

Calls

no outgoing calls