Class Notification


  • public class Notification
    extends Object
    Notification queue item that provides a construction time to allow detection of stale notifications.
    See Also:
    getConstructionTime()
    • Constructor Detail

      • Notification

        public Notification​(SoapMessage payload)
        Constructor that accepts a notification and records the time during construction.
        Parameters:
        payload - the notification message to convey.