Class StubRunnerJmsConfiguration


  • @Configuration(proxyBeanMethods=false)
    @ConditionalOnClass(org.springframework.jms.core.JmsTemplate.class)
    @ConditionalOnProperty(name="stubrunner.jms.enabled",
                           havingValue="true",
                           matchIfMissing=true)
    public class StubRunnerJmsConfiguration
    extends Object
    Spring Integration configuration that iterates over the downloaded Groovy DSLs and registers a flow for each DSL.
    Author:
    Marcin Grzejszczak
    • Constructor Detail

      • StubRunnerJmsConfiguration

        public StubRunnerJmsConfiguration()
    • 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)