Class HttpsListenerAction

java.lang.Object
fr.enedis.chutney.action.http.HttpsListenerAction
All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action

public class HttpsListenerAction extends Object implements fr.enedis.chutney.action.spi.Action
  • Constructor Summary

    Constructors
    Constructor
    Description
    HttpsListenerAction(fr.enedis.chutney.action.spi.injectable.Logger logger, com.github.tomakehurst.wiremock.WireMockServer httpsServer, String uri, String verb, String expectedMessageCount)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    fr.enedis.chutney.action.spi.ActionExecutionResult
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface fr.enedis.chutney.action.spi.Action

    validateInputs
  • Constructor Details

    • HttpsListenerAction

      public HttpsListenerAction(fr.enedis.chutney.action.spi.injectable.Logger logger, @Input("https-server") com.github.tomakehurst.wiremock.WireMockServer httpsServer, @Input("uri") String uri, @Input("verb") String verb, @Input("expected-message-count") String expectedMessageCount)
  • Method Details

    • execute

      public fr.enedis.chutney.action.spi.ActionExecutionResult execute()
      Specified by:
      execute in interface fr.enedis.chutney.action.spi.Action