CallOptions<EM extends EventMapBase>
interfaceOptions for StoreInstance.call.
Type parameters
| Name | Type | Description |
|---|---|---|
EM | extends EventMapBase |
Properties
| Name | Type | Description |
|---|---|---|
correlationId? | string | Correlate on this id instead of on causality. |
highWaterMark? | number | How many progress events may buffer before the producer is made to wait. |
reply | ReplySpec<EM> | Which reply events end the call. See ReplySpec. |
signal? | AbortSignal | Aborts the call. The returned promise rejects and the iterator ends. |
timeoutMs? | number | How long the call may sit **idle** before it gives up, in milliseconds. |