Attach a group entity to the synchronizer Sets up reactive listeners for all group operations
The group entity to attach
Attach a group sharing request entity to the synchronizer Sets up reactive listeners for all group sharing request operations
The group sharing request entity to attach
Whether this is an 'issued' or 'received' request
Detach a group entity from the synchronizer Removes reactive listeners and cleans up
The identifier of the group to detach
Detach a group sharing request entity from the synchronizer Removes reactive listeners and cleans up
The identifier of the group sharing request to detach
Dispose all subscriptions and clean up
Synchronizer for GroupStore reactive operations Handles all reactive logic for group operations, keeping GroupStore 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).