Package 

Class AbstractMessage

  • All Implemented Interfaces:
    org.enodeframework.messaging.Message

    
    public abstract class AbstractMessage
     implements Message
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getId() Represents the unique identifier of the message.
      void setId(String id)
      Date getTimestamp() Represents the timestamp of the message.
      void setTimestamp(Date timestamp)
      Map<String, Object> getItems() Represents the extension key/values data of the message.
      void setItems(Map<String, Object> items)
      • Methods inherited from class org.enodeframework.messaging.Message

        mergeItems
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait