LogoRobo.js
Framework

replayEntryWithContext()

Function: replayEntryWithContext()

function replayEntryWithContext(ctx, entry): Promise<void>

Replay a WAL entry with full model context.

This version can properly update catalogs because it knows the model structure.

Parameters

ParameterType
ctxRecoveryContext
entryWALEntry

Returns

Promise<void>

On this page