Class ActorRdfParseFixedMediaTypesAbstract

A base actor for listening to RDF parse events that has fixed media types.

Actor types:

  • Input: IActionRdfParseOrMediaType: A parse input or a media type input.
  • Test:
  • Output: IActorOutputRdfParseOrMediaType: The parsed quads.

IActionInit

Hierarchy (view full)

Constructors

Properties

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

The bus this actor subscribes to.

mediaTypeFormats: Record<string, string>
mediaTypePriorities: Record<string, number>
name: string

The name for this actor.

{<rdf:subject>}
priorityScale: number

Methods