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