Interface IActionObserverArgs<I, O>

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

Type Parameters

Hierarchy

  • IActionObserverArgs

    Properties

    Properties

    The bus this observer can subscribe to.

    name: string

    The name for this observer.

    Default

    {<rdf:subject>}