TopologyOpeningEvent
public struct TopologyOpeningEvent : MongoEvent, InitializableFromOpaquePointer
Published when a topology is initialized.
-
The type of this event.
Declaration
Swift
public static var eventType: MongoEventType { get }
-
The name this event will be posted under.
Declaration
Swift
public static var eventName: Notification.Name { get }
-
A unique identifier for the topology.
Declaration
Swift
public let topologyId: ObjectId