MongoDB\Driver\Monitoring\Subscriber 인터페이스

(mongodb >=1.3.0)


소개

이벤트 구독자를 위한 기본 인터페이스입니다. 이것은 MongoDB\Driver\Monitoring\addSubscriber()MongoDB\Driver\Monitoring\removeSubscriber() 함수에서 매개변수 유형으로 사용되며 직접 구현하면 안됩니다.


인터페이스 개요

                  
class MongoDB\Driver\Monitoring\Subscriber {
}
                  
                

이 인터페이스에는 메서드가 없습니다. 유일한 목적은 모든 이벤트 구독자를 위한 기본 인터페이스가 되는 것입니다.