MongoDB\Driver\Monitoring\Subscriber 接口

(mongodb >=1.3.0)

简介

事件订阅者的基本接口。它用作函数 MongoDB\Driver\Monitoring\addSubscriber()MongoDB\Driver\Monitoring\removeSubscriber() 中的参数类型,不应直接实现。

接口概要

class MongoDB\Driver\Monitoring\Subscriber {
}

此接口没有方法。它的唯一目的是作为所有事件订阅者的基本接口。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top