@comunica/bus-function-factory
v4.0.2
Published
A comunica bus for function factory events.
Downloads
2,590
Readme
Comunica Bus Function Factory
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.
Install
$ yarn add @comunica/bus-function-factory
Usage
Bus usage
- Context:
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-function-factory/^1.0.0/components/context.jsonld"
- Bus name:
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.
Creating actors on this bus
Actors extending ActorFunctionFactory
are automatically subscribed to this bus.