Interface IActionObserverArgs<I, O, TS>

interface IActionObserverArgs<I, O, TS> {
    bus: Bus<Actor<I, IActorTest, O, TS>, I, IActorTest, O, TS>;
    name: string;
}

Type Parameters

Hierarchy

  • IActionObserverArgs

    Properties

    Properties

    The bus this observer can subscribe to.

    name: string

    The name for this observer.

    {<rdf:subject>}