Returns to the default number of bytes that must be queued before the call will leave the 'wait for ready' state. @return null if the default threshold is used.
()
| 249 | * @return null if the default threshold is used. |
| 250 | */ |
| 251 | @Nullable |
| 252 | @ExperimentalApi("https://github.com/grpc/grpc-java/issues/11021") |
| 253 | public Integer getOnReadyThreshold() { |
| 254 | return onReadyThreshold; |
| 255 | } |
| 256 | |
| 257 | /** |
| 258 | * Returns the compressor's name. |
no outgoing calls