Comunica
    Preparing search index...

    Class ActorHashBindings<TS>Abstract

    A comunica actor for hash-bindings events.

    Actor types:

    • Input: IActionHashBindings: Metadata for selecting a hash function.
    • Test: IActorTest:
    • Output: IActorHashBindingsOutput: The resulting hash function.
    • IActionHashBindings
    • IActorHashBindingsTest
    • IActorHashBindingsOutput

    Type Parameters

    • TS = undefined

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionHashBindings,
        IActorTest,
        IActorHashBindingsOutput,
        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