Uses of Interface
com.azure.spring.messaging.eventhubs.core.EventHubsProducerFactory
Packages that use EventHubsProducerFactory
Package
Description
Spring Messaging Event Hubs core package.
-
Uses of EventHubsProducerFactory in com.azure.spring.messaging.eventhubs.core
Classes in com.azure.spring.messaging.eventhubs.core that implement EventHubsProducerFactoryModifier and TypeClassDescriptionfinal classTheEventHubsProducerFactoryimplementation to produce cachedEventHubProducerAsyncClientinstances for providedNamespacePropertiesand optional producerPropertiesSupplieron eachDefaultEventHubsNamespaceProducerFactory.createProducer(java.lang.String)invocation.Constructors in com.azure.spring.messaging.eventhubs.core with parameters of type EventHubsProducerFactoryModifierConstructorDescriptionEventHubsTemplate(EventHubsProducerFactory producerFactory) Create an instance using the supplied producer factory.