Comunica
    Preparing search index...

    Class ActorRdfResolveHypermediaLinks<TS>Abstract

    A comunica actor for rdf-resolve-hypermedia-links events.

    Actor types:

    • Input: IActionRdfResolveHypermediaLinks: The metadata from which the links should be extracted.
    • Test:
    • Output: IActorRdfResolveHypermediaLinksOutput: The URLs that were detected.
    • IActionRdfResolveHypermediaLinks
    • IActorRdfResolveHypermediaLinksOutput

    Type Parameters

    • TS = undefined

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionRdfResolveHypermediaLinks,
        IActorTest,
        IActorRdfResolveHypermediaLinksOutput,
        TS,
    >[] = []

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

    bus: Bus<
        Actor<
            IActionRdfResolveHypermediaLinks,
            IActorTest,
            IActorRdfResolveHypermediaLinksOutput,
            TS,
        >,
        IActionRdfResolveHypermediaLinks,
        IActorTest,
        IActorRdfResolveHypermediaLinksOutput,
        TS,
    >

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods