@FunctionalInterface public static interface CollaborationMessageList.MessageConfigurator
CollaborationMessageList.
It can be used for customizing the properties of the
MessageListItem objects after the component has generated them,
before sending those to the user's browser.| Modifier and Type | Method and Description |
|---|---|
void |
configureMessage(MessageListItem message,
UserInfo user)
Configures the provided message after the
CollaborationMessageList has generated it. |
void configureMessage(MessageListItem message, UserInfo user)
CollaborationMessageList has generated it. The configuration
should be done by mutating the message parameter.message - the message to configureuser - the sender of the messageCopyright © 2023. All rights reserved.