MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent::isAwaited

(mongodb >=1.13.0)

MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent::isAwaitedReturns whether the heartbeat used a streaming protocol

Descripción

finalpublicMongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent::isAwaited(): bool

Returns whether the heartbeat used a streaming protocol. The PHP driver does not use the streaming protocol for monitoring, so this method will always return false.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns false.

Errores/Excepciones

To Top