Class NotificationMessage<T>

java.lang.Object
com.skava.core.event.Message<T>
com.skava.event.message.NotificationMessage<T>
Type Parameters:
T -

public class NotificationMessage<T> extends com.skava.core.event.Message<T>
This class contains the notification message of the application.
Author:
Infosys Equinox
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.skava.core.event.Message<T>
    setTimestamp(Date timestamp)
     

    Methods inherited from class com.skava.core.event.Message

    getAuthToken, getCollectionId, getCorrelationId, getId, getMessageType, getMsgProps, getPayload, getPublisherId, getSender, getVersion, setAuthToken, setCollectionId, setCorrelationId, setId, setMessageType, setMsgProps, setPayload, setPublisherId, setSender, setVersion, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NotificationMessage

      public NotificationMessage()
  • Method Details

    • getTimestamp

      public Date getTimestamp()
      Overrides:
      getTimestamp in class com.skava.core.event.Message<T>
    • setTimestamp

      public com.skava.core.event.Message<T> setTimestamp(Date timestamp)