Interface EventStorePutOptions

Options for putting event into EventStore

interface EventStorePutOptions {
    signal?: AbortSignal;
    validate?: boolean;
}

Hierarchy

Properties

Properties

signal?: AbortSignal

An optional AbortSignal that can be used to abort an async task.

validate?: boolean

Whether to validate input. Defaults to true.

Generated using TypeDoc