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.
()
| 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; |