Class StreamComponentAutoConfiguration
java.lang.Object
org.apache.camel.component.stream.springboot.StreamComponentAutoConfiguration
@Configuration(proxyBeanMethods=false)
@Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,StreamComponentConfiguration.class})
@ConditionalOnHierarchicalProperties({"camel.component","camel.component.stream"})
@AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class)
public class StreamComponentAutoConfiguration
extends Object
Generated by camel-package-maven-plugin - do not edit this file!
-
Constructor Summary
ConstructorsConstructorDescriptionStreamComponentAutoConfiguration(org.apache.camel.CamelContext camelContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.ComponentCustomizer
-
Constructor Details
-
StreamComponentAutoConfiguration
public StreamComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
-
-
Method Details
-
configureStreamComponent
@Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureStreamComponent()
-