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

    Interface EventBusBridgeResult

    Result of bridge initialization.

    interface EventBusBridgeResult {
        initialized: boolean;
        subscriptionCount: number;
        cleanup: () => void;
    }
    Index

    Properties

    initialized: boolean

    Whether the bridge was initialized

    subscriptionCount: number

    Number of active subscriptions

    cleanup: () => void

    Cleanup function to call on shutdown