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

Method getWaitForReady

api/src/main/java/io/grpc/CallOptions.java:462–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

460 }
461
462 Boolean getWaitForReady() {
463 return waitForReady;
464 }
465
466 /**
467 * Sets the maximum allowed message size acceptable from the remote peer. If unset, this will

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected