@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.reactive.streams.springboot.ReactiveStreamsComponentAutoConfiguration.GroupConditions.class}) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,ReactiveStreamsComponentConfiguration.class}) public class ReactiveStreamsComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
ReactiveStreamsComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.reactive.streams.ReactiveStreamsComponent |
configureReactiveStreamsComponent() |
public ReactiveStreamsComponentAutoConfiguration()
@Lazy
@Bean(name="reactive-streams-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.reactive.streams.ReactiveStreamsComponent.class)
public org.apache.camel.component.reactive.streams.ReactiveStreamsComponent configureReactiveStreamsComponent()
throws Exception
ExceptionApache Camel