Class AzureServiceBusJmsProperties.PrefetchPolicy
- java.lang.Object
-
- com.azure.spring.cloud.autoconfigure.jms.properties.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()intgetDurableTopicPrefetch()intgetQueueBrowserPrefetch()intgetQueuePrefetch()intgetTopicPrefetch()voidsetAll(int all)voidsetDurableTopicPrefetch(int durableTopicPrefetch)voidsetQueueBrowserPrefetch(int queueBrowserPrefetch)voidsetQueuePrefetch(int queuePrefetch)voidsetTopicPrefetch(int topicPrefetch)
-
-
-
Method Detail
-
getAll
public int getAll()
-
setAll
public void setAll(int all)
-
getDurableTopicPrefetch
public int getDurableTopicPrefetch()
-
setDurableTopicPrefetch
public void setDurableTopicPrefetch(int durableTopicPrefetch)
-
getQueueBrowserPrefetch
public int getQueueBrowserPrefetch()
-
setQueueBrowserPrefetch
public void setQueueBrowserPrefetch(int queueBrowserPrefetch)
-
getQueuePrefetch
public int getQueuePrefetch()
-
setQueuePrefetch
public void setQueuePrefetch(int queuePrefetch)
-
getTopicPrefetch
public int getTopicPrefetch()
-
setTopicPrefetch
public void setTopicPrefetch(int topicPrefetch)
-
-