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

Method cancel

api/src/main/java/io/grpc/ClientInterceptors.java:172–173  ·  view source on GitHub ↗
(String message, Throwable cause)

Source from the content-addressed store, hash-verified

170 public void request(int numMessages) {}
171
172 @Override
173 public void cancel(String message, Throwable cause) {}
174
175 @Override
176 public void halfClose() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected