@statesync/core / SnapshotApplier
Interface: SnapshotApplier<T>
Defined in: types.ts:55
Type Parameters
| Type Parameter |
|---|
T |
Methods
apply()
ts
apply(snapshot): void | Promise<void>;Defined in: types.ts:56
Parameters
| Parameter | Type |
|---|---|
snapshot | SnapshotEnvelope<T> |
Returns
void | Promise<void>