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