public class AzureServiceBusProperties extends AzureServiceBusCommonProperties implements ServiceBusNamespaceDescriptor
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureServiceBusProperties.Consumer
Properties of a Service Bus consumer.
|
static class |
AzureServiceBusProperties.Processor
Properties of a Service Bus processor.
|
static class |
AzureServiceBusProperties.Producer
Properties of a Service Bus producer.
|
com.azure.spring.core.aware.RetryAware.Backoff, com.azure.spring.core.aware.RetryAware.HttpRetry, com.azure.spring.core.aware.RetryAware.Retrycom.azure.spring.core.aware.ClientAware.AmqpClient, com.azure.spring.core.aware.ClientAware.Client, com.azure.spring.core.aware.ClientAware.HttpClient, com.azure.spring.core.aware.ClientAware.HttpLoggingcom.azure.spring.core.aware.ProxyAware.HttpProxy, com.azure.spring.core.aware.ProxyAware.Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX |
connectionString, domainName, namespaceclient, proxy, retrycredential, enabled, profile, resource| Constructor and Description |
|---|
AzureServiceBusProperties() |
| Modifier and Type | Method and Description |
|---|---|
AzureServiceBusProperties.Consumer |
buildConsumerProperties() |
AzureServiceBusProperties.Processor |
buildProcessorProperties() |
AzureServiceBusProperties.Producer |
buildProducerProperties() |
AzureServiceBusProperties.Consumer |
getConsumer() |
Boolean |
getCrossEntityTransactions() |
AzureServiceBusProperties.Processor |
getProcessor() |
AzureServiceBusProperties.Producer |
getProducer() |
void |
setCrossEntityTransactions(Boolean crossEntityTransactions) |
getConnectionString, getDomainName, getEntityName, getEntityType, getFQDN, getNamespace, setConnectionString, setDomainName, setEntityName, setEntityType, setNamespacegetClient, getProxy, getRetrygetCredential, getProfile, getResource, isEnabled, setEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConnectionString, getDomainName, getEntityName, getEntityType, getFQDN, getNamespacepublic static final String PREFIX
public Boolean getCrossEntityTransactions()
getCrossEntityTransactions in interface ServiceBusNamespaceDescriptorpublic void setCrossEntityTransactions(Boolean crossEntityTransactions)
public AzureServiceBusProperties.Producer getProducer()
public AzureServiceBusProperties.Consumer getConsumer()
public AzureServiceBusProperties.Processor getProcessor()
public AzureServiceBusProperties.Producer buildProducerProperties()
public AzureServiceBusProperties.Consumer buildConsumerProperties()
public AzureServiceBusProperties.Processor buildProcessorProperties()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.