Class JniYEvent

java.lang.Object
net.carcdr.ycrdt.jni.JniYEvent
All Implemented Interfaces:
net.carcdr.ycrdt.YEvent

public final class JniYEvent extends Object implements net.carcdr.ycrdt.YEvent
Represents a change event from a Y-CRDT data structure.

Events contain:

  • The target object that changed
  • A list of changes (deltas) describing the modifications
  • Metadata about the change origin

Events are immutable and thread-safe.

See Also:
  • YChange