MongoDB\Driver\Monitoring\addSubscriber

(mongodb >=1.3.0)

MongoDB\Driver\Monitoring\addSubscriberRegisters a new monitoring event subscriber

説明

MongoDB\Driver\Monitoring\addSubscriber(MongoDB\Driver\Monitoring\Subscriber $subscriber): void

Registers a new monitoring event subscriber with the driver. Registered subscribers will be notified of monitoring events through specific methods.

注意: If the object is already registered, this function is a no-op.

パラメータ

subscriber (MongoDB\Driver\Monitoring\Subscriber)

A monitoring event subscriber object to register.

返り値

値を返しません。

エラー / 例外

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top