Hello, Is there any way to configure external sour...
# help
g
Hello, Is there any way to configure external source for capturing all the request response went through wiremock in a database or a file etc..
t
You can write a
ServeEventListener
for this and register it as an extension.
g
ok Thanks