Returns the deadline or null if the deadline is not set.
()
| 187 | * Returns the deadline or {@code null} if the deadline is not set. |
| 188 | */ |
| 189 | @Nullable |
| 190 | public Deadline getDeadline() { |
| 191 | return deadline; |
| 192 | } |
| 193 | |
| 194 | /** |
| 195 | * Enables <a href="https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md"> |
no outgoing calls