Returns the executor override to use for this specific call, or null if there is no override. The executor is only for servicing this one call, so is not safe to use after ClientCall.Listener#onClose.
()
| 446 | * {@link ClientCall.Listener#onClose}. |
| 447 | */ |
| 448 | @Nullable |
| 449 | public Executor getExecutor() { |
| 450 | return executor; |
| 451 | } |
| 452 | |
| 453 | /** |
| 454 | * Returns whether <a href="https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md"> |
no outgoing calls