Comunica
    Preparing search index...

    Class ActorQuerySerialize<TS>Abstract

    A comunica actor for query-serialize events.

    Actor types:

    • Input: IActionQuerySerialize: Query algebra.
    • Test:
    • Output: IActorQuerySerializeOutput: A serialized query string.
    • IActionQuerySerialize
    • IActorQuerySerializeOutput

    Type Parameters

    • TS = undefined

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionQuerySerialize,
        IActorTest,
        IActorQuerySerializeOutput,
        TS,
    >[] = []

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

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods