public static class AzureServiceBusJmsProperties.Listener extends Object
JmsListener for
AbstractJmsListenerContainerFactory.| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPhase() |
org.springframework.jms.support.QosSettings |
getReplyQosSettings() |
Boolean |
isReplyPubSubDomain() |
Boolean |
isSubscriptionDurable() |
Boolean |
isSubscriptionShared() |
void |
setPhase(Integer phase) |
void |
setReplyPubSubDomain(Boolean replyPubSubDomain) |
void |
setReplyQosSettings(org.springframework.jms.support.QosSettings replyQosSettings) |
void |
setSubscriptionDurable(Boolean subscriptionDurable) |
void |
setSubscriptionShared(Boolean subscriptionShared) |
public Boolean isReplyPubSubDomain()
public void setReplyPubSubDomain(Boolean replyPubSubDomain)
public org.springframework.jms.support.QosSettings getReplyQosSettings()
public void setReplyQosSettings(org.springframework.jms.support.QosSettings replyQosSettings)
public Boolean isSubscriptionDurable()
public void setSubscriptionDurable(Boolean subscriptionDurable)
public Boolean isSubscriptionShared()
public void setSubscriptionShared(Boolean subscriptionShared)
public Integer getPhase()
public void setPhase(Integer phase)
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.