MCPcopy Index your code
hub / github.com/grpc/grpc-java / isWaitForReady

Method isWaitForReady

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

Returns whether 'wait for ready' option is enabled for the call. 'Fail fast' is the default option for gRPC calls and 'wait for ready' is the opposite to it.

()

Source from the content-addressed store, hash-verified

456 * calls and 'wait for ready' is the opposite to it.
457 */
458 public boolean isWaitForReady() {
459 return Boolean.TRUE.equals(waitForReady);
460 }
461
462 Boolean getWaitForReady() {
463 return waitForReady;

Callers 11

reprocessMethod · 0.95
toStringMethod · 0.95
withWaitForReadyMethod · 0.95
newCallMethod · 0.80
newStreamMethod · 0.80
createPendingStreamMethod · 0.80
appendTimeoutInsightMethod · 0.80
defaultsAreAllNullMethod · 0.80
allWithsMethod · 0.80

Calls 1

equalsMethod · 0.45

Tested by 5

withWaitForReadyMethod · 0.76
defaultsAreAllNullMethod · 0.64
allWithsMethod · 0.64