Comunica Link Traversal
    Preparing search index...

    Class ActorFactoryAggregatedStore<TS>Abstract

    A comunica actor for factory-aggregated-store events.

    Actor types:

    • Input: IActionAggregatedStoreFactory: Empty action.
    • Test:
    • Output: IActorAggregatedStoreFactoryOutput: A new aggregated store.
    • IActionFactoryAggregatedStore
    • IActorFactoryAggregatedStoreOutput

    Type Parameters

    • TS = undefined

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionFactoryAggregatedStore,
        IActorTest,
        IActorFactoryAggregatedStoreOutput,
        TS,
    >[]

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

    bus: Bus<
        Actor<
            IActionFactoryAggregatedStore,
            IActorTest,
            IActorFactoryAggregatedStoreOutput,
            TS,
        >,
        IActionFactoryAggregatedStore,
        IActorTest,
        IActorFactoryAggregatedStoreOutput,
        TS,
    >

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods

    • Parameters

      • context: IActionContext
      • Optionaldata: () => any

      Returns any

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Parameters

      • context: IActionContext
      • message: string
      • Optionaldata: () => any

      Returns void

    • Check if this actor can run the given action, without actually running it.

      Parameters

      Returns Promise<TestResult<IActorTest, TS>>

      A promise that resolves to the test result.

    • Get the logger from the given context.

      Parameters

      • context: IActionContext

        An optional context.

      Returns Logger | undefined

      The logger or undefined.