interface IActorContextPreprocessSetDefaultsArgs {
    beforeActors?: Actor<IAction, IActorTest, IActorContextPreprocessOutput>[];
    bus: Bus<Actor<IAction, IActorTest, IActorContextPreprocessOutput>, IAction, IActorTest, IActorContextPreprocessOutput>;
    logger: Logger;
    name: string;
}

Hierarchy (view full)

Properties

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

The bus this actor subscribes to.

logger: Logger

The logger of this actor

Default

{a <npmd:@comunica/logger-void/^3.0.0/components/LoggerVoid.jsonld#LoggerVoid>}
name: string

The name for this actor.

Default

{<rdf:subject>}