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

    Interface PipelineBridgeResult

    Result of bridge initialization.

    interface PipelineBridgeResult {
        forwarded: () => number;
        dispose: Unsubscribe;
    }
    Index

    Properties

    Properties

    forwarded: () => number

    Number of events forwarded so far.

    dispose: Unsubscribe

    Unsubscribe from the V2 bus (cleanup).