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