Class AzureServiceBusJMSProperties.PrefetchPolicy
- java.lang.Object
-
- com.azure.spring.autoconfigure.jms.AzureServiceBusJMSProperties.PrefetchPolicy
-
- Enclosing class:
- AzureServiceBusJMSProperties
public static class AzureServiceBusJMSProperties.PrefetchPolicy extends Object
Properties to configureJmsDefaultPrefetchPolicyforJmsConnectionFactory.
-
-
Constructor Summary
Constructors Constructor Description PrefetchPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAll()Gets all.intgetDurableTopicPrefetch()intgetQueueBrowserPrefetch()intgetQueuePrefetch()intgetTopicPrefetch()voidsetAll(int all)Sets all.voidsetDurableTopicPrefetch(int durableTopicPrefetch)voidsetQueueBrowserPrefetch(int queueBrowserPrefetch)voidsetQueuePrefetch(int queuePrefetch)voidsetTopicPrefetch(int topicPrefetch)
-
-
-
Method Detail
-
getAll
public int getAll()
Gets all.- Returns:
- all
-
setAll
public void setAll(int all)
Sets all.- Parameters:
all- all
-
getDurableTopicPrefetch
public int getDurableTopicPrefetch()
- Returns:
- Returns the durableTopicPrefetch.
-
setDurableTopicPrefetch
public void setDurableTopicPrefetch(int durableTopicPrefetch)
- Parameters:
durableTopicPrefetch- Sets the durable topic prefetch value
-
getQueueBrowserPrefetch
public int getQueueBrowserPrefetch()
- Returns:
- Returns the queueBrowserPrefetch.
-
setQueueBrowserPrefetch
public void setQueueBrowserPrefetch(int queueBrowserPrefetch)
- Parameters:
queueBrowserPrefetch- The queueBrowserPrefetch to set.
-
getQueuePrefetch
public int getQueuePrefetch()
- Returns:
- Returns the queuePrefetch.
-
setQueuePrefetch
public void setQueuePrefetch(int queuePrefetch)
- Parameters:
queuePrefetch- The queuePrefetch to set.
-
getTopicPrefetch
public int getTopicPrefetch()
- Returns:
- Returns the topicPrefetch.
-
setTopicPrefetch
public void setTopicPrefetch(int topicPrefetch)
- Parameters:
topicPrefetch- The topicPrefetch to set.
-
-