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

Method isTerminated

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

Returns whether the channel is terminated. Terminated channels have no running calls and relevant resources released (like TCP connections). @see #isShutdown() @since 1.0.0

()

Source from the content-addressed store, hash-verified

51 * @since 1.0.0
52 */
53 public abstract boolean isTerminated();
54
55 /**
56 * Initiates a forceful shutdown in which preexisting and new calls are cancelled. Although

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected