Class StubRunnerJmsConfiguration
- java.lang.Object
-
- org.springframework.cloud.contract.stubrunner.messaging.jms.StubRunnerJmsConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnClass(org.springframework.jms.core.JmsTemplate.class) @ConditionalOnProperty(name="stubrunner.jms.enabled", havingValue="true", matchIfMissing=true) public class StubRunnerJmsConfiguration extends ObjectSpring Integration configuration that iterates over the downloaded Groovy DSLs and registers a flow for each DSL.- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description StubRunnerJmsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.cloud.contract.stubrunner.messaging.jms.StubRunnerJmsConfiguration.FlowRegistrarstubFlowRegistrar(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, BatchStubRunner batchStubRunner)
-
-
-
Method Detail
-
stubFlowRegistrar
@Bean @ConditionalOnMissingBean(name="stubFlowRegistrar") public org.springframework.cloud.contract.stubrunner.messaging.jms.StubRunnerJmsConfiguration.FlowRegistrar stubFlowRegistrar(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, BatchStubRunner batchStubRunner)
-
-