Parameters
- _from: ActorRef
- message: MessageType
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
Abstract method that handles all incoming messages