Package com.azure.spring.messaging.servicebus.core
package com.azure.spring.messaging.servicebus.core
Spring Messaging Service Bus core package.
-
ClassDescriptionThe
ServiceBusConsumerFactoryimplementation to produce newServiceBusSessionReceiverClientinstances for providedNamespacePropertiesand optional producerPropertiesSupplieron eachDefaultServiceBusNamespaceConsumerFactory.createReceiver(java.lang.String)invocation.TheServiceBusProcessorFactoryimplementation to produce newServiceBusProcessorClientinstances for providedNamespacePropertiesand optional processorPropertiesSupplieron eachDefaultServiceBusNamespaceProcessorFactory.createProcessor(java.lang.String, com.azure.spring.cloud.service.listener.MessageListener<?>, com.azure.spring.cloud.service.servicebus.consumer.ServiceBusErrorHandler)invocation.TheServiceBusProducerFactoryimplementation to produce newServiceBusSenderAsyncClientinstances for providedNamespacePropertiesand optional producerPropertiesSupplieron eachDefaultServiceBusNamespaceProducerFactory.createProducer(java.lang.String)invocation.The strategy to produceServiceBusSessionReceiverClientinstance.Called whenever a consumer (session receiver client) is added or removed.The strategy to produceServiceBusProcessorClientinstance.Called whenever a processor is added or removed.The strategy to produceServiceBusSenderAsyncClientinstance.Called whenever a producer is added or removed.Azure Service Bus template to support sendMessageasynchronously.