Message implementation utilities
- ../message Implementations of the Message interface
You'll only need to consume this artifact directly if you're implementing your own Message
type.
After importing the bom
:
<dependency>
<!-- message implementation utilities -->
<groupId>com.mastercard.test.flow</groupId>
<artifactId>message-core</artifactId>
</dependency>