Zum Inhalt springen

ProjectionActor

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Defined in: src/persistence/projection/ProjectionActor.ts:183

new ProjectionActor(): ProjectionActor

ProjectionActor

static byPersistenceId<E>(system, settings): ActorRef<unknown>

Defined in: src/persistence/projection/ProjectionActor.ts:185

Spawn a per-persistenceId projection. Returns the actor ref.

E

ActorSystem

ByPidSettings<E>

ActorRef<unknown>


static byTag<E>(system, settings): ActorRef<unknown>

Defined in: src/persistence/projection/ProjectionActor.ts:196

Spawn a per-tag projection. Returns the actor ref.

E

ActorSystem

ByTagSettings<E>

ActorRef<unknown>