Class CollaborationMessagePersister.PersistRequest

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    CollaborationMessagePersister

    public static class CollaborationMessagePersister.PersistRequest
    extends java.util.EventObject
    A request to persist messages to a backend. It provides information such as the topic identifier and the target CollaborationMessage.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Detail

      • getTopicId

        public java.lang.String getTopicId()
        Gets the topic identifier.
        Returns:
        the topic identifier
      • getMessage

        public CollaborationMessage getMessage()
        Gets the message to persist.
        Returns:
        the message
      • getSource

        public MessageManager getSource()
        Overrides:
        getSource in class java.util.EventObject