Anchorage API reference
    Preparing search index...
    interface SubscriptionStoreFactory {
        forTenant(tenantId: string): TenantBoundSubscriptionStore;
        system(): SystemSubscriptionStore;
    }

    Implemented by

    Index

    Methods