A comunica actor for context-preprocess events.

Actor types:

  • Input: IAction: A context that will be processed.
  • Test:
  • Output: IActorContextPreprocessOutput: The resulting context.
  • IActionContextPreprocess
  • IActorContextPreprocessOutput

Type Parameters

  • TS = undefined

Hierarchy (View Summary)

Constructors

Properties

beforeActors: Actor<
    IActionContextPreprocess,
    IActorTest,
    IActorContextPreprocessOutput,
    TS,
>[] = []

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

bus: Bus<
    Actor<
        IActionContextPreprocess,
        IActorTest,
        IActorContextPreprocessOutput,
        TS,
    >,
    IActionContextPreprocess,
    IActorTest,
    IActorContextPreprocessOutput,
    TS,
>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}

Methods