MongoDB\Driver\Monitoring\removeSubscriber
PHP function
Edit on GitHub ✎
(mongodb >=1.3.0)
Unregisters a monitoring event subscriber globally
Description
MongoDB\Driver\Monitoring\removeSubscriber(MongoDB\Driver\Monitoring\Subscriber $subscriber): void
Unregisters a monitoring event subscriber globally.
Note
If subscriber is not already registered globally, this function is a no-op.
Parameters
subscriber(MongoDB\Driver\Monitoring\Subscriber)A monitoring event subscriber to unregister globally.
Return Values
Void
Errors/Exceptions
See Also
MongoDB\Driver\Monitoring\addSubscriber()MongoDB\Driver\Monitoring\SubscriberMongoDB\Driver\Monitoring\CommandSubscriberMongoDB\Driver\Manager::removeSubscriber()- mongodb.tutorial.apm