Receives a terminating error from the stream. May only be called once and if called it must be the last method called. In particular if an exception is thrown by an implementation of onError no further calls to any method are allowed. t should be a {@link io.grpc.StatusExcept
(Throwable t)
| 77 | * @param t the error occurred on the stream |
| 78 | */ |
| 79 | void onError(Throwable t); |
| 80 | |
| 81 | /** |
| 82 | * Receives a notification of successful stream completion. |
no outgoing calls