Package 

Interface Message

  • All Implemented Interfaces:

    
    public interface Message
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getId() Represents the unique identifier of the message.
      abstract void setId(String id)
      abstract Date getTimestamp() Represents the timestamp of the message.
      abstract void setTimestamp(Date timestamp)
      abstract Map<String, Object> getItems() Represents the extension key/values data of the message.
      abstract void setItems(Map<String, Object> items)
      void mergeItems(Map<String, Object> data) Merge the givens key/values into the current Items.
      • Methods inherited from class java.lang.Object

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