SyncConfig

Describes a Sync configuration for a resolver.

Specifies which Conflict Detection strategy and Resolution strategy to use when the resolver is invoked.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Conflict Detection strategy to use.

Link copied to clipboard

The Conflict Resolution strategy to perform in the event of a conflict.

Link copied to clipboard

The LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler.

Functions

Link copied to clipboard
inline fun copy(block: SyncConfig.Builder.() -> Unit = {}): SyncConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String