UpdateEndpoint
extension UpdateEndpoint where QuerySubject: NotificationProtocol
An extension that adds the .notify()
modifier to components conforming to
NotificationProtocol
.
-
A modifier to send notifications when an endpoint operation is executed.
Declaration
Swift
public func notify() -> UpdateNotificationModifier<Self>
Return Value
An instance of an
AuthNotificationModifier