Are you an LLM? You can read better optimized documentation at /documentation/api/client/interfaces/RequestOptions.md for this page in Markdown format
ws-asyncapi API / client / RequestOptions
Interface: RequestOptions
Defined in: .api-entries/client/index.d.ts:95
Properties
timeout?
optionaltimeout?:number
Defined in: .api-entries/client/index.d.ts:97
override the default RPC timeout for this call (ms)
idempotencyKey?
optionalidempotencyKey?:string
Defined in: .api-entries/client/index.d.ts:104
Stable idempotency key. When set, the server runs the handler once per key and replays the cached result to duplicates — so retrying the same call (e.g. after a reconnect) won't execute side effects twice. Generate one key per logical action and reuse it across retries.