Command Monitoring
-
A command monitoring event.
See moreDeclaration
Swift
public enum CommandEvent : Publishable
-
A protocol for
See moreCommandEvent
handlers to implement.Declaration
Swift
public protocol CommandEventHandler : AnyObject
-
An event published when a command starts.
See moreDeclaration
Swift
public struct CommandStartedEvent : MongoSwiftEvent, CommandEventProtocol
-
An event published when a command succeeds.
See moreDeclaration
Swift
public struct CommandSucceededEvent : MongoSwiftEvent, CommandEventProtocol
-
An event published when a command fails.
See moreDeclaration
Swift
public struct CommandFailedEvent : MongoSwiftEvent, CommandEventProtocol