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

Method close

api/src/context/java/io/grpc/Context.java:926–929  ·  view source on GitHub ↗

Cleans up this object by calling cancel(null).

()

Source from the content-addressed store, hash-verified

924 * Cleans up this object by calling {@code cancel(null)}.
925 */
926 @Override
927 public void close() {
928 cancel(null);
929 }
930 }
931
932 /**

Callers 3

Calls 1

cancelMethod · 0.95

Tested by 3