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

Method shutdown

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

Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled. @return this @since 1.0.0

()

Source from the content-addressed store, hash-verified

32 * @since 1.0.0
33 */
34 public abstract ManagedChannel shutdown();
35
36 /**
37 * Returns whether the channel is shutdown. Shutdown channels immediately cancel any new calls,

Calls

no outgoing calls