A comunica bus for function factory events.
This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.
Click here if you just want to query with Comunica.
$ yarn add @comunica/bus-function-factory
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-function-factory/^1.0.0/components/context.jsonld"
ActorFunctionFactory:_default_bus
When a mediator is required, the argument should get the MediatorFunctionFactoryUnsafe
and manually cast it to MediatorFunctionFactory
.
We require this work around because Components.js does not support the complex type of MediatorFunctions.
Actors extending ActorFunctionFactory
are automatically subscribed to this bus.