We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.collaborationengine.
Package com.vaadin.collaborationengine
Class CollaborationMessagePersister.PersistRequest
java.lang.Object
java.util.EventObject
com.vaadin.collaborationengine.CollaborationMessagePersister.PersistRequest
All Implemented Interfaces:
Enclosing interface:
A request to persist messages to a backend. It provides information such
as the topic identifier and the target CollaborationMessage
.
See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionGets the message to persist.
Gets the topic identifier.
Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getTopicId
Gets the topic identifier.
Returns:
the topic identifier
-
getMessage
Gets the message to persist.
Returns:
the message
-
getSource
Overrides:
getSource
in classEventObject
-