Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 732 Bytes

File metadata and controls

31 lines (19 loc) · 732 Bytes

message-text

Freeform text Message

javadoc

  • ../message Implementations of the Message interface

Usage

<dependency>
  <!-- textual message type -->
  <groupId>com.mastercard.test.flow</groupId>
  <artifactId>message-text</artifactId>
  <version>${flow.version}</version>
</dependency>

The unit test TextTest contains usage examples for the message type supplied by this module.