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