Type alias PersistentActorRef

PersistentActorRef: {
    id: string;
    machineInstanceName: string;
    machineName: string;
    type: "statebacked.instance";
}

Reference to a persistent actor.

Type declaration

  • id: string

    Local ID of the actor. This is not globally unique but may be used in calls to sendTo to refer to the actor.

  • machineInstanceName: string
  • machineName: string
  • type: "statebacked.instance"

Generated using TypeDoc