-
public interface RecordWriterWill persists the serialized EnrichedRecord in the allocated Session Replay caching location.
-
-
Method Summary
Modifier and Type Method Description abstract Unitwrite(EnrichedRecord record)Writes the record to disk. -
-
Method Detail
-
write
abstract Unit write(EnrichedRecord record)
Writes the record to disk.
- Parameters:
record- to write
-
-
-
-