Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.