onRead

open fun onRead(obj: DeltaCRDT)

Hook method called by CRDTs on every read operation

Note: a delta generation is not considered as an operation and MUST NOT trigger onRead.

Parameters

obj

the accessed object.