@Configuration(proxyBeanMethods=false) public static class AzureEventHubsMessagingAutoConfiguration.EventHubsTemplateConfiguration extends Object
EventHubsTemplate| Constructor and Description |
|---|
EventHubsTemplateConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.azure.spring.eventhubs.core.producer.EventHubsProducerFactory |
defaultEventHubsNamespaceProducerFactory(com.azure.spring.eventhubs.core.properties.NamespaceProperties properties,
org.springframework.beans.factory.ObjectProvider<com.azure.spring.messaging.PropertiesSupplier<String,com.azure.spring.eventhubs.core.properties.ProducerProperties>> suppliers) |
com.azure.spring.eventhubs.core.EventHubsTemplate |
eventHubsTemplate(com.azure.spring.eventhubs.core.producer.EventHubsProducerFactory producerFactory) |
@Bean
@ConditionalOnMissingBean
public com.azure.spring.eventhubs.core.producer.EventHubsProducerFactory defaultEventHubsNamespaceProducerFactory(com.azure.spring.eventhubs.core.properties.NamespaceProperties properties,
org.springframework.beans.factory.ObjectProvider<com.azure.spring.messaging.PropertiesSupplier<String,com.azure.spring.eventhubs.core.properties.ProducerProperties>> suppliers)
@Bean @ConditionalOnMissingBean public com.azure.spring.eventhubs.core.EventHubsTemplate eventHubsTemplate(com.azure.spring.eventhubs.core.producer.EventHubsProducerFactory producerFactory)
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.