interface IActorQuerySourceIdentifyHypermediaSparqlArgs {
    beforeActors?: Actor<
        IActionQuerySourceIdentifyHypermedia,
        IActorQuerySourceIdentifyHypermediaTest,
        IActorQuerySourceIdentifyHypermediaOutput,
        undefined,
    >[];
    bindMethod: BindMethod;
    bus: Bus<
        Actor<
            IActionQuerySourceIdentifyHypermedia,
            IActorQuerySourceIdentifyHypermediaTest,
            IActorQuerySourceIdentifyHypermediaOutput,
            undefined,
        >,
        IActionQuerySourceIdentifyHypermedia,
        IActorQuerySourceIdentifyHypermediaTest,
        IActorQuerySourceIdentifyHypermediaOutput,
        undefined,
    >;
    busFailMessage?: string;
    cacheSize?: number;
    checkUrlSuffix: boolean;
    countTimeout: number;
    forceHttpGet: boolean;
    mediatorHttp: MediatorHttp;
    mediatorMergeBindingsContext: MediatorMergeBindingsContext;
    name: string;
}

Hierarchy (View Summary, Expand)

Properties

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

bindMethod: BindMethod

The query operation for communicating bindings.

{values}

The bus this actor subscribes to.

busFailMessage?: string

The message that will be configured in the bus for reporting failures.

This message may be a template string that contains references to the executed action. For example, the following templated string is allowed: "RDF dereferencing failed: no actors could handle ${action.handle.mediaType}"

cacheSize?: number

The cache size for COUNT queries.

{1024}
checkUrlSuffix: boolean

If URLs ending with '/sparql' should also be considered SPARQL endpoints.

{true}
countTimeout: number

Timeout in ms of how long count queries are allowed to take. If the timeout is reached, an infinity cardinality is returned.

{3000}
forceHttpGet: boolean

If non-update queries should be sent via HTTP GET instead of POST

{false}
mediatorHttp: MediatorHttp

The HTTP mediator

mediatorMergeBindingsContext: MediatorMergeBindingsContext

A mediator for creating binding context merge handlers

name: string

The name for this actor.

{<rdf:subject>}
MMNEPVFCICPMFPCPTTAAATR