Qingyuan Liu
07/19/2022, 9:42 AMuglyog
MessagePact
represents the Pact file and what is stored in the broker. When the Pact is verified, the pact file will be fetched from the broker, loaded as a MessagePact
class, then the provider method will be called which will return the message data as a MessageAndMetadata
class. The Pact framework will then do the comparison based on the values of these two classes.Qingyuan Liu
07/20/2022, 3:10 AM