Skip to content

Latest commit

 

History

History

message-bytes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

message-bytes

Raw byte array messages

javadoc

  • ../message Implementations of the Message interface

Usage

After importing the bom:

<dependency>
  <!-- byte array message type -->
  <groupId>com.mastercard.test.flow</groupId>
  <artifactId>message-bytes</artifactId>
</dependency>

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