public interface ConflictResolverInterface
| Modifier and Type | Method and Description |
|---|---|
void |
resolveConflict(ConflictResolutionHandler handler,
org.json.JSONObject serverState,
org.json.JSONObject clientState,
java.lang.String recordIdentifier,
java.lang.String operationType) |
void resolveConflict(@Nonnull
ConflictResolutionHandler handler,
@Nonnull
org.json.JSONObject serverState,
@Nonnull
org.json.JSONObject clientState,
@Nonnull
java.lang.String recordIdentifier,
@Nonnull
java.lang.String operationType)