Interface CollaborationMessagePersister

  • All Superinterfaces:
    Serializable

    public interface CollaborationMessagePersister
    extends Serializable
    Persister of CollaborationMessage items, which enables to read and write messages from/to a backend, for example a database.

    It can be used with a CollaborationMessageList to have the component read messages from the backend when attached and write new messages to it when appended to the list with a submitter component, e.g. CollaborationMessageInput.

    Since:
    3.1
    Author:
    Vaadin Ltd