Options for a call. Every client should accept CallOptions as optional argument in its RPC methods.
Optional
ContextValues to pass to the interceptors.
Custom headers to send with the request.
An optional AbortSignal to cancel the call. If cancelled, an error with Code.Canceled is raised.
Timeout in milliseconds.
Set to <= 0 to disable the default timeout.
Called when response headers are received.
Called when response trailers are received.
Generated using TypeDoc
Options for a call. Every client should accept CallOptions as optional argument in its RPC methods.