CallOptions<EM extends EventMapBase>

interface
store/call.ts:31

Options for StoreInstance.call.

Type parameters

NameTypeDescription
EMextends EventMapBase

Properties

NameTypeDescription
correlationId?stringCorrelate on this id instead of on causality.
highWaterMark?numberHow many progress events may buffer before the producer is made to wait.
replyReplySpec<EM>Which reply events end the call. See ReplySpec.
signal?AbortSignalAborts the call. The returned promise rejects and the iterator ends.
timeoutMs?numberHow long the call may sit **idle** before it gives up, in milliseconds.