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

Method getExecutor

api/src/main/java/io/grpc/CallOptions.java:448–451  ·  view source on GitHub ↗

Returns the executor override to use for this specific call, or null if there is no override. The executor is only for servicing this one call, so is not safe to use after ClientCall.Listener#onClose.

()

Source from the content-addressed store, hash-verified

446 * {@link ClientCall.Listener#onClose}.
447 */
448 @Nullable
449 public Executor getExecutor() {
450 return executor;
451 }
452
453 /**
454 * Returns whether <a href="https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md">

Callers 3

reprocessMethod · 0.95
mutateExecutorMethod · 0.95
withExecutorMethod · 0.95

Calls

no outgoing calls

Tested by 2

mutateExecutorMethod · 0.76
withExecutorMethod · 0.76