Interface ExternalMessageSendHelper
-
- All Known Implementing Classes:
DefaultExternalMessageSendHelper
public interface ExternalMessageSendHelper- Author:
- Simon Amport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessageContent(Message message, CommandContext commandContext)Returns the message content that will be sent to the external user.
-
-
-
Method Detail
-
getMessageContent
String getMessageContent(Message message, CommandContext commandContext)
Returns the message content that will be sent to the external user.- Parameters:
message-commandContext-- Returns:
-
-