interface IActionObserverHttpArgs {
    bus: Bus<
        Actor<IActionHttp, IActorTest, IActorHttpOutput, undefined>,
        IActionHttp,
        IActorTest,
        IActorHttpOutput,
        undefined,
    >;
    httpInvalidator: ActorHttpInvalidateListenable;
    name: string;
}

Hierarchy (View Summary)

Properties

bus: Bus<
    Actor<IActionHttp, IActorTest, IActorHttpOutput, undefined>,
    IActionHttp,
    IActorTest,
    IActorHttpOutput,
    undefined,
>

The bus this observer can subscribe to.

An actor that listens to HTTP invalidation events

{<default_invalidator> a <npmd:@comunica/bus-http-invalidate/^4.0.0/components/ActorHttpInvalidateListenable.jsonld#ActorHttpInvalidateListenable>}
name: string

The name for this observer.

{<rdf:subject>}