Header menu logo Nao

IEventStore Type

Append-only event log used for event-sourced persistence of the richer stores. The store records each mutating call as a serialized event and replays them in order to rebuild in-memory state, reusing the existing in-memory query logic.

Instance members

Instance member Description

this.Append

Full Usage: this.Append

Parameters:
    arg0 : string

Modifiers: abstract

Append one serialized event.

arg0 : string

this.LoadAll

Full Usage: this.LoadAll

Returns: string list
Modifiers: abstract

Load all events for this stream in insertion order.

Returns: string list

Type something to start searching.