Class PostServeAction
java.lang.Object
com.github.tomakehurst.wiremock.extension.PostServeAction
- All Implemented Interfaces:
Extension
- Direct Known Subclasses:
Webhooks
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoAction(ServeEvent serveEvent, Admin admin, Parameters parameters) Deprecated.Do something after a request has been served.voiddoGlobalAction(ServeEvent serveEvent, Admin admin) Deprecated.Do something after a request has been served.
-
Constructor Details
-
PostServeAction
public PostServeAction()Deprecated.
-
-
Method Details
-
doAction
Deprecated.Do something after a request has been served. Called when this extension is applied to a specific stub mapping.- Parameters:
serveEvent- the serve event, including the request and the response definitionadmin- WireMock's admin functionsparameters- the parameters passed to the extension from the stub mapping
-
doGlobalAction
Deprecated.Do something after a request has been served. Called when this extension is applied to a specific stub mapping.- Parameters:
serveEvent- the serve event, including the request and the response definitionadmin- WireMock's admin functions
-
ServeEventListenerinstead.