Uses of Class
com.azure.spring.messaging.eventhubs.core.properties.NamespaceProperties
Packages that use NamespaceProperties
Package
Description
Spring Messaging Event Hubs core package.
-
Uses of NamespaceProperties in com.azure.spring.messaging.eventhubs.core
Constructors in com.azure.spring.messaging.eventhubs.core with parameters of type NamespacePropertiesModifierConstructorDescriptionDefaultEventHubsNamespaceProcessorFactory(com.azure.messaging.eventhubs.CheckpointStore checkpointStore, NamespaceProperties namespaceProperties) Construct a factory with the providedCheckpointStoreand namespace level properties.DefaultEventHubsNamespaceProcessorFactory(com.azure.messaging.eventhubs.CheckpointStore checkpointStore, NamespaceProperties namespaceProperties, PropertiesSupplier<ConsumerIdentifier, ProcessorProperties> supplier) Construct a factory with the providedCheckpointStore, namespace level properties and processorPropertiesSupplier.DefaultEventHubsNamespaceProducerFactory(NamespaceProperties namespaceProperties) Construct a factory with the provided namespace level configuration.DefaultEventHubsNamespaceProducerFactory(NamespaceProperties namespaceProperties, PropertiesSupplier<String, ProducerProperties> supplier) Construct a factory with the provided namespace level configuration and producerPropertiesSupplier.