Package fr.enedis.chutney.action.http
Class HttpsListenerAction
java.lang.Object
fr.enedis.chutney.action.http.HttpsListenerAction
- All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action
-
Constructor Summary
ConstructorsConstructorDescriptionHttpsListenerAction(fr.enedis.chutney.action.spi.injectable.Logger logger, com.github.tomakehurst.wiremock.WireMockServer httpsServer, String uri, String verb, String expectedMessageCount) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface fr.enedis.chutney.action.spi.Action
validateInputs
-
Constructor Details
-
HttpsListenerAction
-
-
Method Details
-
execute
public fr.enedis.chutney.action.spi.ActionExecutionResult execute()- Specified by:
executein interfacefr.enedis.chutney.action.spi.Action
-