@comunica/actor-dereference-fallback
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

Comunica Fallback Dereference Actor

npm version

A Dereference actor that always fails. This can be used as a fallback actor in the Dereference bus. Concretely, it accepts any action in its test phase, but rejects all actions in its run phase. If lenient mode is enabled, the rejection will be silenced.

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/actor-dereference-fallback

Configure

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-dereference-fallback/^3.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": urn:comunica:default:dereference/actors#fallback,
      "@type": "ActorDereferenceFallback"
    }
  ]
}

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @comunica/actor-dereference-fallback

    Weekly Downloads

    1,625

    Version

    3.1.0

    License

    MIT

    Unpacked Size

    15.4 kB

    Total Files

    12

    Last publish

    Collaborators

    • jeswr
    • joachimvh
    • rubensworks
    • rubenverborgh
    • dexagod