|
The MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent classIntroductionThe MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent class encapsulates information about a started server heartbeat (i.e. » hello command issued through » server monitoring). Class synopsisMongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent
final
class MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent
{
/* Properties */
public
readonly
string
$host;
public
readonly
int
$port;
public
readonly
bool
$awaited;
/* Methods */
final public string getHost()
final public int getPort()
final public bool isAwaited()
}Properties
Changelog
|