Skip to content

Latest commit

 

History

History

message-json

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

message-json

JavaScript Object Notation messages

javadoc

  • ../message Implementations of the Message interface

Usage

After importing the bom:

<dependency>
  <!-- json message type -->
  <groupId>com.mastercard.test.flow</groupId>
  <artifactId>message-json</artifactId>
</dependency>

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