Interface FlowMessage
- All Superinterfaces:
Message, Serializable
- All Known Subinterfaces:
EntryMessage, ExitMessage
- All Known Implementing Classes:
DefaultFlowMessageFactory.AbstractFlowMessage, DefaultFlowMessageFactory.SimpleEntryMessage, DefaultFlowMessageFactory.SimpleExitMessage
-
Method Summary
Modifier and TypeMethodDescriptionThe wrapped messagegetText()The message text like "Enter" or "Exit" used to prefix the actual Message.Methods inherited from interface Message
getFormat, getFormattedMessage, getParameters, getThrowable
-
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
-