interface IActorHttpNativeArgs {
    agentOptions?: Record<string, any>;
    beforeActors?: Actor<IActionHttp, IActorTest, IActorHttpOutput>[];
    bus: Bus<Actor<IActionHttp, IActorTest, IActorHttpOutput>, IActionHttp, IActorTest, IActorHttpOutput>;
    name: string;
}

Hierarchy (view full)

Properties

agentOptions?: Record<string, any>

The agent options for the HTTP agent

Range

Default

{{ "keepAlive": true, "maxSockets": 5 }}

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

The bus this actor subscribes to.

name: string

The name for this actor.

Default

{<rdf:subject>}