Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
useIndependentRpcContext
Method · 0.95
watchRemovedWhenClientCloses
Method · 0.95
useIndependentRpcContext
Method · 0.95
Calls
1
cancel
Method · 0.95
Tested by
3
useIndependentRpcContext
Method · 0.76
watchRemovedWhenClientCloses
Method · 0.76
useIndependentRpcContext
Method · 0.76