Recapp Code Reference
    Preparing search index...

    Hierarchy

    • Actor<unknown, Unit>
      • TokenActor
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    interval: any

    Methods

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

      Returns Promise<void>

    • Runs before the actor gets shut down by the actor system

      Returns Promise<void>

    • Abstract method that handles all incoming messages

      Parameters

      • _from: ActorRef
      • _message: unknown

      Returns Promise<Unit>

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