Skip to main content

Fetch

@rotorsoft/act-root


@rotorsoft/act-root / act/src / Fetch

Type Alias: Fetch<E>

Fetch<E> = object[]

Defined in: libs/act/src/types/reaction.ts:96

Result of fetching events from the store for processing.

Type Parameters

E

E extends Schemas

Event schemas.

Type declaration

at

readonly at: number

events

readonly events: Committed<E, keyof E>[]

lagging

readonly lagging: boolean

source?

readonly optional source: string

stream

readonly stream: string