The MongoDB\Driver\Monitoring\ServerOpeningEvent class

(mongodb >=1.13.0)

Вступ

The MongoDB\Driver\Monitoring\ServerOpeningEvent class encapsulates information about an opened server. This corresponds to a new server being added to the topology.

Короткий огляд класу

final class MongoDB\Driver\Monitoring\ServerOpeningEvent {
/* Методи */
final public getHost(): string
final public getPort(): int
}

Зміст

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top