A comunica actor for rdf-update-hypermedia events.

Actor types:

  • Input: IActionRdfUpdateHypermedia: The metadata in the document.
  • Test:
  • Output: IActorRdfUpdateHypermediaOutput: An RDF destination.
  • IActionRdfUpdateHypermedia
  • IActorRdfUpdateHypermediaOutput

Type Parameters

  • TS = undefined

Hierarchy (View Summary)

Constructors

Properties

beforeActors: Actor<
    IActionRdfUpdateHypermedia,
    IActorTest,
    IActorRdfUpdateHypermediaOutput,
    TS,
>[] = []

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

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

The bus this actor subscribes to.

destinationType: string
name: string

The name for this actor.

{<rdf:subject>}

Methods