Interface ConflictRegistryOptions<T>

Configuration accepted by createConflictRegistry.

interface ConflictRegistryOptions<T> {
    compute: Compute<readonly ConflictBase<T>[]>;
    id: string;
}

Type Parameters

  • T

    Application payload type carried by the conflict.

Properties

Properties

compute: Compute<readonly ConflictBase<T>[]>

Compute the current OPEN conflict set; the registry overlays the lifecycle tag.

id: string

Stable NodeId for the registry's public derived node.