You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.collaborationengine.

Interface CollaborationMessageList.MessageConfigurator

    • Method Detail

      • configureMessage

        void configureMessage​(MessageListItem message,
                              UserInfo user)

        Configures the provided message after the CollaborationMessageList has generated it. The configuration should be done by mutating the message parameter.

        Parameters:

        message - the message to configure

        user - the sender of the message