Class HttpStubServeEventListener
java.lang.Object
com.github.tomakehurst.wiremock.message.HttpStubServeEventListener
- All Implemented Interfaces:
Extension,ServeEventListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.tomakehurst.wiremock.extension.ServeEventListener
ServeEventListener.RequestPhase -
Constructor Summary
ConstructorsConstructorDescriptionHttpStubServeEventListener(MessageStubMappings messageStubMappings, MessageChannels messageChannels, Stores stores, Map<String, RequestMatcherExtension> customMatchers, List<MessageActionTransformer> actionTransformers) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterMatch(ServeEvent serveEvent, Parameters parameters) booleangetName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.tomakehurst.wiremock.extension.ServeEventListener
afterComplete, beforeMatch, beforeResponseSent, onEvent
-
Constructor Details
-
HttpStubServeEventListener
public HttpStubServeEventListener(MessageStubMappings messageStubMappings, MessageChannels messageChannels, Stores stores, Map<String, RequestMatcherExtension> customMatchers, List<MessageActionTransformer> actionTransformers)
-
-
Method Details
-
getName
-
applyGlobally
public boolean applyGlobally()- Specified by:
applyGloballyin interfaceServeEventListener
-
afterMatch
- Specified by:
afterMatchin interfaceServeEventListener
-