We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Server.shutdown()
1 parent 5cb0f94 commit 6784bcaCopy full SHA for 6784bca
1 file changed
api/src/main/java/io/grpc/Server.java
@@ -104,8 +104,8 @@ public List<ServerServiceDefinition> getMutableServices() {
104
105
/**
106
* Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected.
107
- * After this call returns, this server has released the listening socket(s) and may be reused by
108
- * another server.
+ * This call will not wait for preexisting calls finish before returning. After this call returns,
+ * this server has released the listening socket(s) and may be reused by another server.
109
*
110
* @return {@code this} object
111
* @since 1.0.0
0 commit comments