public static class AzureServiceBusJmsProperties.PrefetchPolicy extends Object
JmsDefaultPrefetchPolicy for
JmsConnectionFactory .| Constructor and Description |
|---|
PrefetchPolicy() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAll() |
int |
getDurableTopicPrefetch() |
int |
getQueueBrowserPrefetch() |
int |
getQueuePrefetch() |
int |
getTopicPrefetch() |
void |
setAll(int all) |
void |
setDurableTopicPrefetch(int durableTopicPrefetch) |
void |
setQueueBrowserPrefetch(int queueBrowserPrefetch) |
void |
setQueuePrefetch(int queuePrefetch) |
void |
setTopicPrefetch(int topicPrefetch) |
public int getAll()
public void setAll(int all)
public int getDurableTopicPrefetch()
public void setDurableTopicPrefetch(int durableTopicPrefetch)
durableTopicPrefetch - Sets the durable topic prefetch valuepublic int getQueueBrowserPrefetch()
public void setQueueBrowserPrefetch(int queueBrowserPrefetch)
queueBrowserPrefetch - The queueBrowserPrefetch to set.public int getQueuePrefetch()
public void setQueuePrefetch(int queuePrefetch)
queuePrefetch - The queuePrefetch to set.public int getTopicPrefetch()
public void setTopicPrefetch(int topicPrefetch)
topicPrefetch - The topicPrefetch to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.