Class BatchStubRunnerFactory

java.lang.Object
org.springframework.cloud.contract.stubrunner.BatchStubRunnerFactory

public class BatchStubRunnerFactory extends Object
Manages lifecycle of multiple StubRunner instances.
Author:
Marcin Grzejszczak
See Also:
  • Constructor Details

    • BatchStubRunnerFactory

      public BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions)
    • BatchStubRunnerFactory

      public BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, org.springframework.cloud.contract.verifier.messaging.MessageVerifierSender<?> verifier)
    • BatchStubRunnerFactory

      public BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader)
    • BatchStubRunnerFactory

      public BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions, StubDownloader stubDownloader, org.springframework.cloud.contract.verifier.messaging.MessageVerifierSender<?> contractVerifierMessaging)
  • Method Details