A base actor for listening to init events.

Actor types:

  • Input: IActionInit: Contains process information such as the list of arguments, environment variables and input stream.
  • Test:
  • Output: IActorOutputInit: Contains process output streams.

IActionInit

Hierarchy (View Summary)

Constructors

Properties

beforeActors: Actor<IActionInit, IActorTest, IActorOutputInit, undefined>[] = []

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

bus: Bus<
    Actor<IActionInit, IActorTest, IActorOutputInit, undefined>,
    IActionInit,
    IActorTest,
    IActorOutputInit,
    undefined,
>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}

Methods