Uses of Class
org.springframework.cloud.contract.stubrunner.BatchStubRunner
-
-
Uses of BatchStubRunner in org.springframework.cloud.contract.stubrunner
Methods in org.springframework.cloud.contract.stubrunner that return BatchStubRunner Modifier and Type Method Description BatchStubRunnerBatchStubRunnerFactory. buildBatchStubRunner() -
Uses of BatchStubRunner in org.springframework.cloud.contract.stubrunner.messaging.camel
Methods in org.springframework.cloud.contract.stubrunner.messaging.camel with parameters of type BatchStubRunner Modifier and Type Method Description org.apache.camel.RoutesBuilderStubRunnerCamelConfiguration. myRouter(BatchStubRunner batchStubRunner) -
Uses of BatchStubRunner in org.springframework.cloud.contract.stubrunner.messaging.integration
Methods in org.springframework.cloud.contract.stubrunner.messaging.integration with parameters of type BatchStubRunner Modifier and Type Method Description org.springframework.cloud.contract.stubrunner.messaging.integration.StubRunnerIntegrationConfiguration.FlowRegistrarStubRunnerIntegrationConfiguration. stubFlowRegistrar(org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory, BatchStubRunner batchStubRunner) -
Uses of BatchStubRunner in org.springframework.cloud.contract.stubrunner.messaging.jms
Methods in org.springframework.cloud.contract.stubrunner.messaging.jms with parameters of type BatchStubRunner Modifier and Type Method Description org.springframework.cloud.contract.stubrunner.messaging.jms.StubRunnerJmsConfiguration.FlowRegistrarStubRunnerJmsConfiguration. stubFlowRegistrar(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, BatchStubRunner batchStubRunner) -
Uses of BatchStubRunner in org.springframework.cloud.contract.stubrunner.messaging.kafka
Methods in org.springframework.cloud.contract.stubrunner.messaging.kafka with parameters of type BatchStubRunner Modifier and Type Method Description org.springframework.cloud.contract.stubrunner.messaging.kafka.StubRunnerKafkaConfiguration.FlowRegistrarStubRunnerKafkaConfiguration. stubFlowRegistrar(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, BatchStubRunner batchStubRunner) -
Uses of BatchStubRunner in org.springframework.cloud.contract.stubrunner.messaging.stream
Methods in org.springframework.cloud.contract.stubrunner.messaging.stream with parameters of type BatchStubRunner Modifier and Type Method Description org.springframework.cloud.contract.stubrunner.messaging.stream.StubRunnerStreamConfiguration.FlowRegistrarStubRunnerStreamConfiguration. stubFlowRegistrar(org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory, BatchStubRunner batchStubRunner) -
Uses of BatchStubRunner in org.springframework.cloud.contract.stubrunner.spring
Methods in org.springframework.cloud.contract.stubrunner.spring that return BatchStubRunner Modifier and Type Method Description BatchStubRunnerStubRunnerConfiguration. batchStubRunner(org.springframework.beans.factory.BeanFactory beanFactory)Bean that initializes stub runners, runs them and on shutdown closes them.Methods in org.springframework.cloud.contract.stubrunner.spring with parameters of type BatchStubRunner Modifier and Type Method Description org.springframework.beans.factory.config.BeanPostProcessorStubRunnerConfiguration. batchStubRunnerBeanPostProcessor(BatchStubRunner runner)
-