org.apache.qpid.server.message
Interface AMQMessageHeader
- All Known Implementing Classes:
- ContentHeaderBodyAdapter, MessageTransferHeader, QMFMessage
public interface AMQMessageHeader
getCorrelationId
String getCorrelationId()
getExpiration
long getExpiration()
getMessageId
String getMessageId()
getMimeType
String getMimeType()
getEncoding
String getEncoding()
getPriority
byte getPriority()
getTimestamp
long getTimestamp()
getType
String getType()
getReplyTo
String getReplyTo()
getReplyToExchange
String getReplyToExchange()
getReplyToRoutingKey
String getReplyToRoutingKey()
getHeader
Object getHeader(String name)
containsHeaders
boolean containsHeaders(Set<String> names)
containsHeader
boolean containsHeader(String name)
Licensed to the Apache Software Foundation