ResumeToken
public struct ResumeToken : Codable, Equatable
A token used for manually resuming a change stream. Pass this to the resumeAfter
field of
ChangeStreamOptions
to resume or start a change stream where a previous one left off.
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public init(from decoder: Decoder) throws