Class ReactiveStreamsServiceAutoConfiguration

    • Constructor Detail

      • ReactiveStreamsServiceAutoConfiguration

        public ReactiveStreamsServiceAutoConfiguration()
    • Method Detail

      • camelReactiveStreamsService

        @Lazy
        @Bean
        @ConditionalOnMissingBean
        @ConditionalOnClass(org.apache.camel.CamelContext.class)
        public org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsService camelReactiveStreamsService​(org.springframework.context.ApplicationContext ac)
                                                                                                                throws Exception
        Throws:
        Exception