Prevent any further processing for this ClientCall. No further messages may be sent or will be received. The server is informed of cancellations, but may not stop processing the call. Cancellation is permitted even if previously #halfClosed. Cancelling an already cancel()ed {
(@Nullable String message, @Nullable Throwable cause)
| 227 | * @param cause if not {@code null}, will appear as the cause of the CANCELLED status |
| 228 | */ |
| 229 | public abstract void cancel(@Nullable String message, @Nullable Throwable cause); |
| 230 | |
| 231 | /** |
| 232 | * Close the call for request message sending. Incoming response messages are unaffected. This |
nothing calls this directly
no outgoing calls
no test coverage detected