A comunica actor for rdf-metadata-accumulate events.

Actor types:

  • Input: IActionRdfMetadataAccumulate: The metadata objects to accumulate, or a trigger for initializing a new value.
  • Test:
  • Output: IActorRdfMetadataAccumulateOutput: The accumulated metadata object.
  • IActionRdfMetadataAccumulate
  • IActorRdfMetadataAccumulateOutput

Type Parameters

  • TS = undefined

Hierarchy (View Summary)

Constructors

Properties

beforeActors: Actor<
    IActionRdfMetadataAccumulate,
    IActorTest,
    IActorRdfMetadataAccumulateOutput,
    TS,
>[] = []

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

bus: Bus<
    Actor<
        IActionRdfMetadataAccumulate,
        IActorTest,
        IActorRdfMetadataAccumulateOutput,
        TS,
    >,
    IActionRdfMetadataAccumulate,
    IActorTest,
    IActorRdfMetadataAccumulateOutput,
    TS,
>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}

Methods