public class MessagePublishInfoImpl extends Object implements MessagePublishInfo
| Constructor and Description |
|---|
MessagePublishInfoImpl() |
MessagePublishInfoImpl(AMQShortString exchange,
boolean immediate,
boolean mandatory,
AMQShortString routingKey) |
| Modifier and Type | Method and Description |
|---|---|
AMQShortString |
getExchange() |
AMQShortString |
getRoutingKey() |
boolean |
isImmediate() |
boolean |
isMandatory() |
void |
setExchange(AMQShortString exchange) |
void |
setImmediate(boolean immedate) |
void |
setMandatory(boolean mandatory) |
void |
setRoutingKey(AMQShortString routingKey) |
public MessagePublishInfoImpl()
public MessagePublishInfoImpl(AMQShortString exchange, boolean immediate, boolean mandatory, AMQShortString routingKey)
public AMQShortString getExchange()
getExchange in interface MessagePublishInfopublic void setExchange(AMQShortString exchange)
setExchange in interface MessagePublishInfopublic boolean isImmediate()
isImmediate in interface MessagePublishInfopublic void setImmediate(boolean immedate)
public boolean isMandatory()
isMandatory in interface MessagePublishInfopublic void setMandatory(boolean mandatory)
public AMQShortString getRoutingKey()
getRoutingKey in interface MessagePublishInfopublic void setRoutingKey(AMQShortString routingKey)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.