Uses of Class
org.springframework.cloud.contract.stubrunner.HttpServerStubConfiguration
-
Packages that use HttpServerStubConfiguration Package Description org.springframework.cloud.contract.stubrunner org.springframework.cloud.contract.stubrunner.provider.wiremock -
-
Uses of HttpServerStubConfiguration in org.springframework.cloud.contract.stubrunner
Methods in org.springframework.cloud.contract.stubrunner with parameters of type HttpServerStubConfiguration Modifier and Type Method Description default THttpServerStubConfigurer. configure(T httpStubConfiguration, HttpServerStubConfiguration httpServerStubConfiguration)Performs additional configuration of the HTTP Server Stub.HttpServerStubHttpServerStub. start(HttpServerStubConfiguration configuration)Starts the server. -
Uses of HttpServerStubConfiguration in org.springframework.cloud.contract.stubrunner.provider.wiremock
Methods in org.springframework.cloud.contract.stubrunner.provider.wiremock with parameters of type HttpServerStubConfiguration Modifier and Type Method Description HttpServerStubWireMockHttpServerStub. start(HttpServerStubConfiguration configuration)
-