replay abstract method

Future<void> replay(
  1. AccessLogEntry entry
)

Append entry verbatim, preserving its requestDateTime (unlike insert, which stamps the current instant). The keystore counterpart to iterate for the persistence migrator: replaying every iterated entry into a fresh backend reproduces the same insertion-ordered log.

Implementation

Future<void> replay(AccessLogEntry entry);