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

    Interface IEventLaneTopologyProfile<TLane>

    Named event-lane profile listing the lanes a consumer should subscribe to.

    interface IEventLaneTopologyProfile<
        TLane extends IEventLaneDefinition = IEventLaneDefinition,
    > {
        consume: readonly IEventLaneTopologyConsumeEntry<TLane>[];
    }

    Type Parameters

    Index

    Properties

    Properties