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

Method shutdown

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

Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected. After this call returns, this server has released the listening socket(s) and may be reused by another server. Note that this method will not wait for preexisting calls to finish before returning. {@lin

()

Source from the content-addressed store, hash-verified

125 * @since 1.0.0
126 */
127 public abstract Server shutdown();
128
129 /**
130 * Initiates a forceful shutdown in which preexisting and new calls are rejected. Although

Callers 3

runMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by 1