Recapp Code Reference
    Preparing search index...

    Hierarchy

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Abstract method that handles all incoming messages

      Parameters

      • _from: ActorRef
      • message: MessageType

        message type

      Returns Promise<
          | boolean
          | {
              answers: (string | (boolean | null | undefined)[])[];
              archived?: Timestamp;
              correct: boolean[];
              counter: number;
              created: Timestamp;
              questions: (string & BRAND<"UID">)[];
              quizId: string & BRAND<"UID">;
              studentId: string & BRAND<"UID">;
              uid: string & BRAND<"UID">;
              updated: Timestamp;
              wrong: boolean[];
          }
          | Unit,
      >

      promised return value. If the caller used ask, this value will be returned to the calling actor