Comunica
    Preparing search index...

    Class ActorMergeBindingsContext<TS>Abstract

    A comunica actor for the creation of merge handlers for binding context keys.

    Actor types:

    • Input: IActionMergeBindingFactory: The query actionContext
    • Test:
    • Output: IActorMergeBindingFactoryOutput: Returns a function that merges context entries. the function only runs on contextKeys equal to the key of the returned record.
    • IActionMergeBindingsContext
    • IActorMergeBindingsContextOutput

    Type Parameters

    • TS = undefined

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionMergeBindingsContext,
        IActorTest,
        IActorMergeBindingsContextOutput,
        TS,
    >[] = []

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

    bus: Bus<
        Actor<
            IActionMergeBindingsContext,
            IActorTest,
            IActorMergeBindingsContextOutput,
            TS,
        >,
        IActionMergeBindingsContext,
        IActorTest,
        IActorMergeBindingsContextOutput,
        TS,
    >

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods