API 参考
    正在准备搜索索引...

    类型别名 ConnectionEvents

    type ConnectionEvents = {
        close(): void;
        clusterTimeReceived(clusterTime: Document): void;
        commandFailed(event: CommandFailedEvent): void;
        commandStarted(event: CommandStartedEvent): void;
        commandSucceeded(event: CommandSucceededEvent): void;
        message(message: any): void;
        pinned(pinType: string): void;
        unpinned(pinType: string): void;
    }
    索引

    方法

    • 返回 void

    • 参数

      返回 void

    • 参数

      返回 void

    • 参数

      返回 void

    • 返回 void

    • 参数

      • message: any

      返回 void

    • 参数

      • pinType: string

      返回 void

    • 参数

      • pinType: string

      返回 void