If true, indicates that the transport is capable of sending additional messages without requiring excessive buffering internally. Otherwise, StreamListener#onReady() will be called when it turns true. This is just a suggestion and the application is free to ignore it, how
()
| 66 | * result in excessive buffering within the transport. |
| 67 | */ |
| 68 | boolean isReady(); |
| 69 | |
| 70 | /** |
| 71 | * Provides a hint that directExecutor is being used by the listener for callbacks to the |
no outgoing calls