public class MessageDrivenDestination extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DestinationType |
destinationType |
protected String |
id |
protected SubscriptionDurability |
subscriptionDurability |
| Constructor and Description |
|---|
MessageDrivenDestination() |
| Modifier and Type | Method and Description |
|---|---|
DestinationType |
getDestinationType()
Gets the value of the destinationType property.
|
String |
getId()
Gets the value of the id property.
|
SubscriptionDurability |
getSubscriptionDurability()
Gets the value of the subscriptionDurability property.
|
void |
setDestinationType(DestinationType value)
Sets the value of the destinationType property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSubscriptionDurability(SubscriptionDurability value)
Sets the value of the subscriptionDurability property.
|
protected String id
protected DestinationType destinationType
protected SubscriptionDurability subscriptionDurability
public void setId(String value)
value - allowed object is
Stringpublic DestinationType getDestinationType()
DestinationTypepublic void setDestinationType(DestinationType value)
value - allowed object is
DestinationTypepublic SubscriptionDurability getSubscriptionDurability()
SubscriptionDurabilitypublic void setSubscriptionDurability(SubscriptionDurability value)
value - allowed object is
SubscriptionDurabilityCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.