Class ReactiveStreamsServiceAutoConfiguration
- java.lang.Object
-
- org.apache.camel.component.reactive.streams.springboot.ReactiveStreamsServiceAutoConfiguration
-
@AutoConfigureAfter(ReactiveStreamsComponentAutoConfiguration.class) @ConditionalOnBean(ReactiveStreamsComponentAutoConfiguration.class) @EnableConfigurationProperties(ReactiveStreamsComponentConfiguration.class) public class ReactiveStreamsServiceAutoConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ReactiveStreamsServiceAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsServicecamelReactiveStreamsService(org.springframework.context.ApplicationContext ac)
-
-
-
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
-
-