Recapp Code Reference
    Preparing search index...

    Hierarchy

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Runs after the actor was started and is ready to receive messages.

      Returns Promise<void>

    • Abstract method that handles all incoming messages

      Parameters

      • _from: ActorRef
      • message: Messages

        message type

      Returns Promise<string | Unit>

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