@comunica/mediator-race
v4.0.2
Published
A mediator for a single mediation number value
Downloads
44,867
Readme
Comunica Race Mediator
A mediator that picks the first actor that resolves its test.
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/mediator-race
Configure
After installing, this mediator can be instantiated as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-race/^4.0.0/components/context.jsonld"
],
"actors": [
...
{
"@type": "SomeActor",
"someMediator": {
"@id": "#mediatorRdfParseHandle",
"@type": "MediatorRace",
"bus": { "@id": "ActorRdfParse:_default_bus" }
}
}
]
}
Config Parameters
bus
: Identifier of the bus to mediate over.