Uses of Class
com.azure.spring.messaging.servicebus.core.properties.NamespaceProperties
Packages that use NamespaceProperties
Package
Description
Spring Messaging Service Bus core package.
-
Uses of NamespaceProperties in com.azure.spring.messaging.servicebus.core
Constructors in com.azure.spring.messaging.servicebus.core with parameters of type NamespacePropertiesModifierConstructorDescriptionDefaultServiceBusNamespaceProcessorFactory(NamespaceProperties namespaceProperties) Construct a factory with the provided namespace level properties.DefaultServiceBusNamespaceProcessorFactory(NamespaceProperties namespaceProperties, PropertiesSupplier<ConsumerIdentifier, ProcessorProperties> supplier) Construct a factory with the provided namespace level properties and processorPropertiesSupplier.DefaultServiceBusNamespaceProducerFactory(NamespaceProperties namespaceProperties) Construct a factory with the provided namespace level configuration.DefaultServiceBusNamespaceProducerFactory(NamespaceProperties namespaceProperties, PropertiesSupplier<String, ProducerProperties> supplier) Construct a factory with the provided namespace level configuration and producerPropertiesSupplier.