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 immediate) |
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 immediate)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public AMQShortString getRoutingKey()
public void setRoutingKey(AMQShortString routingKey)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.