TopologyDescriptionChangedEvent
public struct TopologyDescriptionChangedEvent : MongoSwiftEvent
Published when a topology description changes.
-
A unique identifier for the topology.
Declaration
Swift
public let topologyID: BSONObjectID
-
The old topology description.
Declaration
Swift
public let previousDescription: TopologyDescription
-
The new topology description.
Declaration
Swift
public let newDescription: TopologyDescription