Class ActorRdfSerializeFixedMediaTypesAbstract

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

Actor types:

  • Input: IActionRdfSerializeOrMediaType: A serialize input or a media type input.
  • Test:
  • Output: IActorRdfSerializeOutputOrMediaType: The serialized quads.

See

IActionInit

Hierarchy (view full)

Implements

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.

Default

{<rdf:subject>}
priorityScale: number

Methods