Class BatchStubRunnerFactory
java.lang.Object
org.springframework.cloud.contract.stubrunner.BatchStubRunnerFactory
Manages lifecycle of multiple
StubRunner instances.- Author:
- Marcin Grzejszczak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions) BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader) BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader, org.springframework.cloud.contract.verifier.messaging.MessageVerifierSender<?> contractVerifierMessaging) BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, org.springframework.cloud.contract.verifier.messaging.MessageVerifierSender<?> verifier) -
Method Summary
-
Constructor Details
-
BatchStubRunnerFactory
-
BatchStubRunnerFactory
public BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, org.springframework.cloud.contract.verifier.messaging.MessageVerifierSender<?> verifier) -
BatchStubRunnerFactory
-
BatchStubRunnerFactory
public BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader, org.springframework.cloud.contract.verifier.messaging.MessageVerifierSender<?> contractVerifierMessaging)
-
-
Method Details
-
buildBatchStubRunner
-