Class MessagePublishInfo
- java.lang.Object
-
- org.apache.qpid.server.protocol.v0_8.transport.MessagePublishInfo
-
public final class MessagePublishInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MessagePublishInfo()MessagePublishInfo(AMQShortString exchange, boolean immediate, boolean mandatory, AMQShortString routingKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AMQShortStringgetExchange()AMQShortStringgetRoutingKey()booleanisImmediate()booleanisMandatory()voidsetExchange(AMQShortString exchange)voidsetImmediate(boolean immediate)voidsetMandatory(boolean mandatory)voidsetRoutingKey(AMQShortString routingKey)
-
-
-
Constructor Detail
-
MessagePublishInfo
public MessagePublishInfo()
-
MessagePublishInfo
public MessagePublishInfo(AMQShortString exchange, boolean immediate, boolean mandatory, AMQShortString routingKey)
-
-
Method Detail
-
getExchange
public AMQShortString getExchange()
-
setExchange
public void setExchange(AMQShortString exchange)
-
isImmediate
public boolean isImmediate()
-
setImmediate
public void setImmediate(boolean immediate)
-
isMandatory
public boolean isMandatory()
-
setMandatory
public void setMandatory(boolean mandatory)
-
getRoutingKey
public AMQShortString getRoutingKey()
-
setRoutingKey
public void setRoutingKey(AMQShortString routingKey)
-
-