@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.springframework.integration.dsl.IntegrationFlowBuilder.class) @ConditionalOnProperty(name="stubrunner.integration.enabled", havingValue="true", matchIfMissing=true) public class StubRunnerIntegrationConfiguration extends Object
Constructor and Description |
---|
StubRunnerIntegrationConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.contract.stubrunner.messaging.integration.StubRunnerIntegrationConfiguration.FlowRegistrar |
stubFlowRegistrar(org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory,
BatchStubRunner batchStubRunner) |
@Bean @ConditionalOnMissingBean(name="stubFlowRegistrar") public org.springframework.cloud.contract.stubrunner.messaging.integration.StubRunnerIntegrationConfiguration.FlowRegistrar stubFlowRegistrar(org.springframework.beans.factory.config.AutowireCapableBeanFactory beanFactory, BatchStubRunner batchStubRunner)
Copyright © 2016–2019 Spring. All rights reserved.