DefaultRecordMerger

A RecordMerger that merges fields by replacing them with the incoming fields.

Functions

Link copied to clipboard
open override fun merge(existing: Record, incoming: Record): Pair<Record, Set<String>>

Merges the incoming Record with the existing Record.