Comunica
    Preparing search index...

    Class ActorDereferenceParse<S, K, M>Abstract

    An abstract actor that handles dereference and parse actions.

    Actor types: Input: IActionDereferenceParse: A URL. Test: Output: IActorDereferenceParseOutput: A data stream of type output by the Parser.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionDereferenceParse<K>,
        IActorTest,
        IActorDereferenceParseOutput<S, M>,
        undefined,
    >[] = []

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

    bus: Bus<
        Actor<
            IActionDereferenceParse<K>,
            IActorTest,
            IActorDereferenceParseOutput<S, M>,
            undefined,
        >,
        IActionDereferenceParse<K>,
        IActorTest,
        IActorDereferenceParseOutput<S, M>,
        undefined,
    >

    The bus this actor subscribes to.

    mediaMappings: Record<string, string>
    mediatorDereference: MediatorDereference
    mediatorParse: MediateMediaTyped<
        IActionParse<K>,
        IActorTest,
        IActorParseOutput<S, M>,
    >
    mediatorParseMediatypes: MediateMediaTypes
    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods