RecordMerger

interface RecordMerger

A merger that merges incoming Records from the network with existing ones in the cache.

Inheritors

Functions

Link copied to clipboard
abstract fun merge(context: RecordMergerContext): Pair<Record, Set<String>>

Merges the incoming Record with the existing Record.