Saxonberg Server API
    Preparing search index...
    Index

    Constructors

    Methods

    • Boot seam (idempotent): install the receive-gated command-dispatch → participation tap and self-register the real-time recompute schedule. The standing cache is warmed separately by ParticipationStanding.warm() (awaited in AppBootstrap before this, so the first reads are populated).

      Returns void

    • The sync cached read — a subject's recency-decayed participation (quantity axis). Neutral 0 for a non-materialized subject.

      Parameters

      • subjectId: string

      Returns number

    • Re-score every subject's participation from the raw bucket log into the materialized aggregate — the batch the recompute schedule fires (and the participationOf cache is refreshed from).

      Returns Promise<void>