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

Method isShutdown

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

Returns whether the channel is shutdown. Shutdown channels immediately cancel 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

42 * @since 1.0.0
43 */
44 public abstract boolean isShutdown();
45
46 /**
47 * Returns whether the channel is terminated. Terminated channels have no running calls and

Callers 7

grpclbWorkingMethod · 0.95
switchModeMethod · 0.95
switchServiceNameMethod · 0.95

Calls

no outgoing calls

Tested by 7

grpclbWorkingMethod · 0.76
switchModeMethod · 0.76
switchServiceNameMethod · 0.76