@Configuration @AutoConfigureAfter(value=AzureContextAutoConfiguration.class) @ConditionalOnClass(value=org.springframework.kafka.core.KafkaTemplate.class) @ConditionalOnProperty(prefix="spring.cloud.azure.eventhub", value="namespace") @EnableConfigurationProperties(value=AzureEventHubProperties.class) public class AzureEventHubKafkaAutoConfiguration extends Object
KafkaProperties| Constructor and Description |
|---|
AzureEventHubKafkaAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
collectTelemetry() |
org.springframework.boot.autoconfigure.kafka.KafkaProperties |
kafkaProperties(ResourceManagerProvider resourceManagerProvider,
AzureEventHubProperties eventHubProperties) |
@PostConstruct public void collectTelemetry()
@Primary @Bean public org.springframework.boot.autoconfigure.kafka.KafkaProperties kafkaProperties(ResourceManagerProvider resourceManagerProvider, AzureEventHubProperties eventHubProperties)
Copyright © 2019 Microsoft. All rights reserved.