Interface StubRunning
- All Superinterfaces:
AutoCloseable,Closeable,StubFinder,StubTrigger
- All Known Implementing Classes:
BatchStubRunner,StubRunner
Contract for running stubs.
- Author:
- Marcin Grzejszczak
-
Method Summary
Methods inherited from interface org.springframework.cloud.contract.stubrunner.StubFinder
findAllRunningStubs, findStubUrl, findStubUrl, getContractsMethods inherited from interface org.springframework.cloud.contract.stubrunner.StubTrigger
labels, trigger, trigger, trigger
-
Method Details
-
runStubs
RunningStubs runStubs()- Returns:
- runs the stubs and returns the
RunningStubs. If the stubs were already started then a cached version will be returned.
-