Interface ExternalMessageSendHelper

All Known Implementing Classes:
DefaultExternalMessageSendHelper

public interface ExternalMessageSendHelper
Author:
Simon Amport
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getMessageContent​(Message message, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    Returns the message content that will be sent to the external user.
  • Method Details

    • getMessageContent

      java.lang.String getMessageContent​(Message message, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Returns the message content that will be sent to the external user.
      Parameters:
      message -
      commandContext -
      Returns: