A comunica Service Query Operation Actor. It unwraps the SERVICE operation and executes it on the given source.

Hierarchy (View Summary)

Constructors

Properties

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

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

bus: Bus<
    Actor<
        IActionQueryOperation,
        IActorTest,
        IQueryOperationResult,
        undefined,
    >,
    IActionQueryOperation,
    IActorTest,
    IQueryOperationResult,
    undefined,
>

The bus this actor subscribes to.

forceSparqlEndpoint: boolean
mediatorMergeBindingsContext: MediatorMergeBindingsContext
mediatorQueryOperation: MediatorQueryOperation
mediatorQuerySourceIdentify: MediatorQuerySourceIdentify
name: string

The name for this actor.

{<rdf:subject>}
operationName: string

Methods