public interface ConflictResolver
Modifier and Type | Field and Description |
---|---|
static ConflictResolver |
DEFAULT
The default conflict resolution strategy.
|
Modifier and Type | Method and Description |
---|---|
Document |
resolve(Conflict conflict)
Callback: called when there are conflicting changes in the local
and remote versions of a document during replication.
|
static final ConflictResolver DEFAULT