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

Method shutdownNow

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

Initiates a forceful shutdown in which preexisting and new calls are cancelled. Although forceful, the shutdown process is still not instantaneous; #isTerminated() will likely return false immediately after this method returns. @return this @since 1.0.0

()

Source from the content-addressed store, hash-verified

61 * @since 1.0.0
62 */
63 public abstract ManagedChannel shutdownNow();
64
65 /**
66 * Waits for the channel to become terminated, giving up if the timeout is reached.

Callers 15

closeMethod · 0.95
warmupMethod · 0.95
runTestMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls