Comunica
    Preparing search index...

    Class ActorRdfUpdateQuads<TS>Abstract

    A comunica actor for rdf-update-quads events.

    Actor types:

    • Input: IActionRdfUpdateQuads: Quad insertion and deletion streams.
    • Test:
    • Output: IActorRdfUpdateQuadsOutput: A promise resolving when the update operation is done.
    • IActionRdfUpdateQuads
    • IActorRdfUpdateQuadsOutput

    Type Parameters

    • TS = undefined

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionRdfUpdateQuads,
        IActorTest,
        IActorRdfUpdateQuadsOutput,
        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>}
    

    Methods