Structured Query Language messages
- ../message Implementations of the Message interface
After importing the bom
:
<dependency>
<!-- sql message types -->
<groupId>com.mastercard.test.flow</groupId>
<artifactId>message-sql</artifactId>
</dependency>
The unit tests QueryTest
and ResultTest
contain usage examples for the message types supplied by this module.