A comunica actor for rdf-join-entries-sort events.

Actor types:

  • Input: IActionRdfJoinEntriesSort: Join entries.
  • Test: IActorTest: Test result.
  • Output: IActorRdfJoinEntriesSortOutput: The sorted join entries.
  • IActionRdfJoinEntriesSort
  • IActorTest
  • IActorRdfJoinEntriesSortOutput

Type Parameters

  • TS = undefined

Hierarchy (View Summary)

Constructors

Properties

beforeActors: Actor<
    IActionRdfJoinEntriesSort,
    IActorTest,
    IActorRdfJoinEntriesSortOutput,
    TS,
>[] = []

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

bus: Bus<
    Actor<
        IActionRdfJoinEntriesSort,
        IActorTest,
        IActorRdfJoinEntriesSortOutput,
        TS,
    >,
    IActionRdfJoinEntriesSort,
    IActorTest,
    IActorRdfJoinEntriesSortOutput,
    TS,
>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}

Methods