@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface EventLaneBuilderWithTopology

    interface EventLaneBuilderWithTopology {
        topology: <
            const TBindings extends readonly IEventLaneTopologyBinding[],
            const TProfiles extends
                Record<string, IEventLaneTopologyProfile<TBindings[number]["lane"]>>,
        >(
            topology: IEventLaneTopology<TBindings, TProfiles>,
        ) => IEventLaneTopology<TBindings, TProfiles>;
        (id: string): EventLaneFluentBuilder;
    }
    Index

    Properties

    Properties

    topology: <
        const TBindings extends readonly IEventLaneTopologyBinding[],
        const TProfiles extends
            Record<string, IEventLaneTopologyProfile<TBindings[number]["lane"]>>,
    >(
        topology: IEventLaneTopology<TBindings, TProfiles>,
    ) => IEventLaneTopology<TBindings, TProfiles>

    Type Declaration