PGNotification

public struct PGNotification

encapsulates a notification from the server

  • pid

    processor ID of the notifying server

    Declaration

    Swift

    public let pid: Int
  • the notification channel name

    Declaration

    Swift

    public let channel: String
  • notification payload string

    Declaration

    Swift

    public let payload: String?