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 -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.reactive.streams.api.CamelReactiveStreamsServicecamelReactiveStreamsService(org.springframework.context.ApplicationContext ac)
-
Constructor Details
-
ReactiveStreamsServiceAutoConfiguration
public ReactiveStreamsServiceAutoConfiguration()
-
-
Method Details
-
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
-