Comunica
    Preparing search index...

    Class ActorHttpInvalidate<TS>Abstract

    A comunica actor for http-invalidate events.

    Actor types:

    • Input: IActionHttpInvalidate: An action for invalidating the cached contents of given URL.
    • Test:
    • Output: IActorHttpInvalidateOutput: An empty response.
    • IActionHttpInvalidate
    • IActorHttpInvalidateOutput

    Type Parameters

    • TS = undefined

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionHttpInvalidate,
        IActorTest,
        IActorHttpInvalidateOutput,
        TS,
    >[] = []

    Actor that must be registered in the bus before this actor.

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods