Skip to main content

Fetch

@rotorsoft/act-root


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

Type Alias: Fetch<TEvents>

Fetch<TEvents> = object[]

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

Result of fetching events from the store for processing.

Type Parameters

TEvents

TEvents extends Schemas

Event schemas.

Type Declaration

at

readonly at: number

events

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

lagging

readonly lagging: boolean

source?

readonly optional source: string

stream

readonly stream: string