@espressif/rainmaker-base-cdf
    Preparing search index...

    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).

    Index

    Constructors

    Methods

    • Attach a group sharing request entity to the synchronizer Sets up reactive listeners for all group sharing request operations

      Parameters

      • request: ESPCDFGroupSharingRequest

        The group sharing request entity to attach

      • type: "issued" | "received"

        Whether this is an 'issued' or 'received' request

      Returns void

    • Detach a group entity from the synchronizer Removes reactive listeners and cleans up

      Parameters

      • groupId: string

        The identifier of the group to detach

      Returns void

    • Detach a group sharing request entity from the synchronizer Removes reactive listeners and cleans up

      Parameters

      • requestId: string

        The identifier of the group sharing request to detach

      Returns void