public final class MessagePublishInfo extends Object
Constructor and Description |
---|
MessagePublishInfo() |
MessagePublishInfo(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 MessagePublishInfo()
public MessagePublishInfo(AMQShortString exchange, boolean immediate, boolean mandatory, AMQShortString routingKey)
public AMQShortString getExchange()
public void setExchange(AMQShortString exchange)
public boolean isImmediate()
public void setImmediate(boolean immedate)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public AMQShortString getRoutingKey()
public void setRoutingKey(AMQShortString routingKey)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.