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

Method notifyFailed

core/src/main/java/io/grpc/internal/Http2Ping.java:171–173  ·  view source on GitHub ↗

Notifies the given callback that the ping operation failed. @param callback the callback @param executor the executor used to invoke the callback @param cause the cause of failure

(PingCallback callback, Executor executor, Status cause)

Source from the content-addressed store, hash-verified

169 * @param cause the cause of failure
170 */
171 public static void notifyFailed(PingCallback callback, Executor executor, Status cause) {
172 doExecute(executor, asRunnable(callback, cause));
173 }
174
175 /**
176 * Executes the given runnable. This prevents exceptions from propagating so that an exception

Callers 3

failedMethod · 0.95
pingMethod · 0.95
operationCompleteMethod · 0.95

Calls 2

doExecuteMethod · 0.95
asRunnableMethod · 0.95

Tested by

no test coverage detected