public static class AzureServiceBusProperties.Consumer extends AzureServiceBusCommonProperties implements ServiceBusConsumerDescriptor
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.ProxyconnectionString, domainName, namespaceclient, proxy, retrycredential, enabled, profile, resource| Constructor and Description |
|---|
Consumer() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoComplete() |
Duration |
getMaxAutoLockRenewDuration() |
Integer |
getPrefetchCount() |
com.azure.messaging.servicebus.models.ServiceBusReceiveMode |
getReceiveMode() |
Boolean |
getSessionEnabled() |
com.azure.messaging.servicebus.models.SubQueue |
getSubQueue() |
String |
getSubscriptionName() |
void |
setAutoComplete(Boolean autoComplete) |
void |
setMaxAutoLockRenewDuration(Duration maxAutoLockRenewDuration) |
void |
setPrefetchCount(Integer prefetchCount) |
void |
setReceiveMode(com.azure.messaging.servicebus.models.ServiceBusReceiveMode receiveMode) |
void |
setSessionEnabled(Boolean sessionEnabled) |
void |
setSubQueue(com.azure.messaging.servicebus.models.SubQueue subQueue) |
void |
setSubscriptionName(String subscriptionName) |
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 Boolean getSessionEnabled()
getSessionEnabled in interface ServiceBusConsumerDescriptorpublic void setSessionEnabled(Boolean sessionEnabled)
public Boolean getAutoComplete()
getAutoComplete in interface ServiceBusConsumerDescriptorpublic void setAutoComplete(Boolean autoComplete)
public Integer getPrefetchCount()
getPrefetchCount in interface ServiceBusConsumerDescriptorpublic void setPrefetchCount(Integer prefetchCount)
public com.azure.messaging.servicebus.models.SubQueue getSubQueue()
getSubQueue in interface ServiceBusConsumerDescriptorpublic void setSubQueue(com.azure.messaging.servicebus.models.SubQueue subQueue)
public com.azure.messaging.servicebus.models.ServiceBusReceiveMode getReceiveMode()
getReceiveMode in interface ServiceBusConsumerDescriptorpublic void setReceiveMode(com.azure.messaging.servicebus.models.ServiceBusReceiveMode receiveMode)
public String getSubscriptionName()
getSubscriptionName in interface ServiceBusConsumerDescriptorpublic void setSubscriptionName(String subscriptionName)
public Duration getMaxAutoLockRenewDuration()
getMaxAutoLockRenewDuration in interface ServiceBusConsumerDescriptorpublic void setMaxAutoLockRenewDuration(Duration maxAutoLockRenewDuration)
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.