PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

The MongoDB\Driver\Monitoring\CommandSubscriber interface | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

The MongoDB\Driver\Monitoring\CommandSubscriber interface

(mongodb >=1.3.0)

はじめに

Classes may implement this interface to register an event subscriber that is notified for each started, successful, and failed command event. See Application Performance Monitoring (APM) for additional information.

インターフェイス概要

MongoDB\Driver\Monitoring\CommandSubscriber implements MongoDB\Driver\Monitoring\Subscriber {
/* メソッド */
abstract public void commandFailed ( MongoDB\Driver\Monitoring\CommandFailedEvent $event )
abstract public void commandStarted ( MongoDB\Driver\Monitoring\CommandStartedEvent $event )
abstract public void commandSucceeded ( MongoDB\Driver\Monitoring\CommandSucceededEvent $event )
}

目次


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「The MongoDB\Driver\Monitoring\CommandSubscriber interface」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | The MongoDB\Driver\Monitoring\CommandSubscriber interface」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: