Interface IMediatorArgs<A, I, T, O, TS>

interface IMediatorArgs<A, I, T, O, TS> {
    bus: Bus<A, I, T, O, TS>;
    name: string;
}

Type Parameters

Hierarchy

  • IMediatorArgs

    Implemented by

    Properties

    Properties

    bus: Bus<A, I, T, O, TS>

    The bus this mediator will mediate over.

    name: string

    The name for this mediator.

    {<rdf:subject>}