Hi again In Pact-go for asynchronous interactions...
# pact-python
n
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.
m
It should have. Albeit after this thread: https://pact-foundation.slack.com/archives/C9VECUP6E/p1666216028101009?thread_ts=1666122705.799749&cid=C9VECUP6E I suspect maybe there is a misunderstanding in that API
n
Thank you very much 👍
👍 1