@lacunahub/letsfrag
    Preparing search index...

    Interface BrokerClientEvents

    Events emitted by the BrokerClient

    interface BrokerClientEvents {
        disconnect: [];
        error: [error: Error];
        ready: [];
    }
    Index

    Properties

    disconnect: []

    Emitted when the broker client disconnects

    error: [error: Error]

    Emitted when an error occurs

    ready: []

    Emitted when the broker client successfully connects and is ready