nexus-agents - v2.80.0
    Preparing search index...

    Interface EventBusBridgeOptions

    Options for the EventBus bridge.

    interface EventBusBridgeOptions {
        source: IEventBus;
        topicPrefix?: string;
    }
    Index

    Properties

    Properties

    source: IEventBus

    V2 pipeline EventBus to subscribe to.

    topicPrefix?: string

    Optional topic prefix for forwarded events. Defaults to 'pipeline'.