Hi again
In Pact-go for asynchronous interactions there are 2 concepts: state handlers (which set the provider state), and message handlers (which I use to serialize the message into a JSON format).
In Pact-python I can only see the equivalent to state handlers.
Is there a way for me to have a message handler function?
In my case my provider tests is a component wide test (not a unit test) and I need to be able to grab the published message to feed it into pact.