Description
Defines how one expression node participates in a commit cycle. The change transaction manager gathers handlers and invokes them during flush.
API Reference
Internal commit handler contract used by the change transaction manager to flush pending expression changes in a batch.
Defines how one expression node participates in a commit cycle. The change transaction manager gathers handlers and invokes them during flush.
Expression instance that owns this commit handler.
Root expression being committed in the current cycle.
Remaining handlers queued for the same commit cycle.
commit(...) returns boolean indicating whether this handler produced a commit.