UserEventNotificationJob
public struct UserEventNotificationJob : AsyncScheduledJobJob to push socket notifications of an upcoming event on a “cron” (and by “cron” I mean Vapor Queue).
- 
                  processEvents(_:Asynchronous) DeclarationSwift func processEvents(_ context: QueueContext) async throws
- 
                  processFezzes(_:Asynchronous) DeclarationSwift func processFezzes(_ context: QueueContext) async throws
- 
                  run(context:Asynchronous) DeclarationSwift public func run(context: QueueContext) async throws
 View on GitHub
            View on GitHub
           UserEventNotificationJob Structure Reference
      UserEventNotificationJob Structure Reference