Attach a node entity to the synchronizer Sets up reactive listeners for all node operations and nested entities
The node entity to attach
Detach a node entity from the synchronizer Removes reactive listeners and cleans up
The identifier of the node to detach
Dispose all subscriptions and clean up
Synchronizer for NodeStore reactive operations Handles all reactive logic for node operations, keeping NodeStore as a pure data store
This class follows the Mediator pattern - it coordinates between entities and stores without coupling them directly. This maintains SRP (Single Responsibility Principle).