Comunica
    interface IActorRdfUpdateHypermediaSparqlArgs {
        beforeActors?: Actor<
            IActionRdfUpdateHypermedia,
            IActorTest,
            IActorRdfUpdateHypermediaOutput,
            undefined,
        >[];
        bus: Bus<
            Actor<
                IActionRdfUpdateHypermedia,
                IActorTest,
                IActorRdfUpdateHypermediaOutput,
                undefined,
            >,
            IActionRdfUpdateHypermedia,
            IActorTest,
            IActorRdfUpdateHypermediaOutput,
            undefined,
        >;
        busFailMessage?: string;
        checkUrlSuffixSparql: boolean;
        checkUrlSuffixUpdate: boolean;
        mediatorHttp: MediatorHttp;
        name: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    beforeActors?: Actor<
        IActionRdfUpdateHypermedia,
        IActorTest,
        IActorRdfUpdateHypermediaOutput,
        undefined,
    >[]

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

    bus: Bus<
        Actor<
            IActionRdfUpdateHypermedia,
            IActorTest,
            IActorRdfUpdateHypermediaOutput,
            undefined,
        >,
        IActionRdfUpdateHypermedia,
        IActorTest,
        IActorRdfUpdateHypermediaOutput,
        undefined,
    >

    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}"

    checkUrlSuffixSparql: boolean

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

    {true}
    
    checkUrlSuffixUpdate: boolean

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

    {true}
    
    mediatorHttp: MediatorHttp

    The HTTP mediator

    name: string

    The name for this actor.

    {<rdf:subject>}
    
    MMNEPVFCICPMFPCPTTAAATR