Fetch
@rotorsoft/act-root / act/src / Fetch
Type Alias: Fetch<E>
Fetch<
E
> =object
Defined in: libs/act/src/types/reaction.ts:70
Result of fetching events from the store for processing.
Type Parameters
E
E
extends Schemas
Event schemas.
Properties
events
events:
Committed
<E
, keyofE
>[]
Defined in: libs/act/src/types/reaction.ts:72
The list of committed events.
streams
streams:
string
[]
Defined in: libs/act/src/types/reaction.ts:71
The list of stream names.