Comunica
    Preparing search index...

    Class ActorQueryOperationTypedMediated<O, TS>Abstract

    A base implementation for query operation actors for a specific operation type that have a query operation mediator.

    Type Parameters

    • O extends Algebra.Operation
    • TS = undefined

    Hierarchy (View Summary)

    Implements

    Index

    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.

    mediatorQueryOperation: MediatorQueryOperation
    name: string

    The name for this actor.

    {<rdf:subject>}
    
    operationName: string

    Methods