Class ActorQueryOperationTyped<O, TS>Abstract

A base implementation for query operation actors for a specific operation type.

Type Parameters

  • O extends Algebra.Operation
  • TS = undefined

Hierarchy (View Summary)

Constructors

Properties

beforeActors: Actor<
    IActionQueryOperation,
    IActorTest,
    IQueryOperationResult,
    TS,
>[] = []

Actor that must be registered in the bus before this actor.

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
operationName: string

Methods