Class BatchStubRunnerFactory
- java.lang.Object
-
- org.springframework.cloud.contract.stubrunner.BatchStubRunnerFactory
-
public class BatchStubRunnerFactory extends Object
Manages lifecycle of multipleStubRunnerinstances.- Author:
- Marcin Grzejszczak
- See Also:
StubRunner,BatchStubRunner
-
-
Constructor Summary
Constructors Constructor Description BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions)BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader)BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader, org.springframework.cloud.contract.verifier.messaging.MessageVerifier<?> contractVerifierMessaging)BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, org.springframework.cloud.contract.verifier.messaging.MessageVerifier verifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchStubRunnerbuildBatchStubRunner()
-
-
-
Constructor Detail
-
BatchStubRunnerFactory
public BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions)
-
BatchStubRunnerFactory
public BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, org.springframework.cloud.contract.verifier.messaging.MessageVerifier verifier)
-
BatchStubRunnerFactory
public BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader)
-
BatchStubRunnerFactory
public BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader, org.springframework.cloud.contract.verifier.messaging.MessageVerifier<?> contractVerifierMessaging)
-
-
Method Detail
-
buildBatchStubRunner
public BatchStubRunner buildBatchStubRunner()
-
-