Package com.azure.spring.messaging.servicebus.core
package com.azure.spring.messaging.servicebus.core
Spring Messaging Service Bus core package.
-
ClassDescriptionThe
ServiceBusProcessorFactory
implementation to produce newServiceBusProcessorClient
instances for providedNamespaceProperties
and optional processorPropertiesSupplier
on eachDefaultServiceBusNamespaceProcessorFactory.createProcessor(java.lang.String, com.azure.spring.cloud.service.listener.MessageListener<?>, com.azure.spring.cloud.service.servicebus.consumer.ServiceBusErrorHandler)
invocation.TheServiceBusProducerFactory
implementation to produce newServiceBusSenderAsyncClient
instances for providedNamespaceProperties
and optional producerPropertiesSupplier
on eachDefaultServiceBusNamespaceProducerFactory.createProducer(java.lang.String)
invocation.The strategy to produceServiceBusProcessorClient
instance.Called whenever a processor is added or removed.The strategy to produceServiceBusSenderAsyncClient
instance.Called whenever a producer is added or removed.Azure Service Bus template to support sendMessage
asynchronously.