Interface FlowMessage

All Superinterfaces:
Message, Serializable
All Known Subinterfaces:
EntryMessage, ExitMessage

public interface FlowMessage extends Message
Flow messages
Since:
2.6
  • Method Details

    • getText

      String getText()
      The message text like "Enter" or "Exit" used to prefix the actual Message.
      Returns:
      message text used to prefix the actual Message.
    • getMessage

      Message getMessage()
      The wrapped message
      Returns:
      the wrapped message