Skip to content

@statesync/core


@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

ParameterType
snapshotSnapshotEnvelope<T>

Returns

void | Promise<void>

Released under the MIT License.