Class PostServeAction

java.lang.Object
com.github.tomakehurst.wiremock.extension.PostServeAction
All Implemented Interfaces:
Extension

public abstract class PostServeAction extends Object implements Extension
  • Constructor Details

    • PostServeAction

      public PostServeAction()
  • Method Details

    • doAction

      public void doAction(ServeEvent serveEvent, Admin admin, Parameters parameters)
      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 definition
      admin - WireMock's admin functions
      parameters - the parameters passed to the extension from the stub mapping
    • doGlobalAction

      public void doGlobalAction(ServeEvent serveEvent, Admin admin)
      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 definition
      admin - WireMock's admin functions