UNPKG

@comunica/bus-context-preprocess

Version:

A comunica bus for context-preprocess events.

27 lines 860 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ActorContextPreprocess = void 0; const core_1 = require("@comunica/core"); /** * A comunica actor for context-preprocess events. * * Actor types: * * Input: IAction: A context that will be processed. * * Test: <none> * * Output: IActorContextPreprocessOutput: The resulting context. * * @see IActionContextPreprocess * @see IActorContextPreprocessOutput */ class ActorContextPreprocess extends core_1.Actor { /** * @param args - * \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus * \ @defaultNested {Context preprocessing failed} busFailMessage */ constructor(args) { super(args); } } exports.ActorContextPreprocess = ActorContextPreprocess; //# sourceMappingURL=ActorContextPreprocess.js.map