Slackbot
07/11/2023, 2:12 PMTom
07/11/2023, 3:36 PM"transformers": ["response-template"]
element to your stub when you declared it?
• ServeEvents already have an id
(UUID) field, is this sufficient for what you’re trying?
• You can use ExtensionFactory
for exactly this purpose, and be able to inject core WireMock services while you’re doing it. Alternatively you can have one class that implements all the extension interfaces you need to support.Dirk Bolte
07/11/2023, 3:38 PMDirk Bolte
07/12/2023, 6:48 AMTom
07/12/2023, 9:41 AMTom
07/12/2023, 9:41 AMDirk Bolte
07/17/2023, 3:01 PMRequestMatcherExtension
to also get the ServeEvent
so that I can access the ID?Tom
07/17/2023, 3:09 PMTom
07/17/2023, 3:10 PMDirk Bolte
07/17/2023, 3:11 PM