All Classes and Interfaces
Class
Description
Common properties shared by Service Bus namespace, a producer, and a consumer.
A service bus consumer related properties.
The
ServiceBusProcessorFactory
implementation to produce new ServiceBusProcessorClient
instances
for provided NamespaceProperties
and optional
processor PropertiesSupplier
on each DefaultServiceBusNamespaceProcessorFactory.createProcessor(java.lang.String, com.azure.spring.cloud.service.listener.MessageListener<?>, com.azure.spring.cloud.service.servicebus.consumer.ServiceBusErrorHandler)
invocation.The
ServiceBusProducerFactory
implementation to produce new ServiceBusSenderAsyncClient
instances
for provided NamespaceProperties
and optional producer PropertiesSupplier
on each
DefaultServiceBusNamespaceProducerFactory.createProducer(java.lang.String)
invocation.A service bus namespace related properties.
A service bus processor related properties.
A service bus producer related properties.
The properties to describe a Service Bus listener container.
Azure service bus message headers.
A message listener container wrapping
ServiceBusProcessorClient
to subscribe to Service Bus queue/topic
entities and consume messages.The strategy to produce
ServiceBusProcessorClient
instance.Called whenever a processor is added or removed.
The strategy to produce
ServiceBusSenderAsyncClient
instance.Called whenever a producer is added or removed.
Azure Service Bus template to support send
Message
asynchronously.