public interface AMQMessageHeader
Modifier and Type | Method and Description |
---|---|
boolean |
containsHeader(String name) |
boolean |
containsHeaders(Set<String> names) |
String |
getAppId() |
String |
getCorrelationId() |
String |
getEncoding() |
long |
getExpiration() |
Object |
getHeader(String name) |
Collection<String> |
getHeaderNames() |
String |
getMessageId() |
String |
getMimeType() |
long |
getNotValidBefore() |
byte |
getPriority() |
String |
getReplyTo() |
long |
getTimestamp() |
String |
getType() |
String |
getUserId() |
String getCorrelationId()
long getExpiration()
String getUserId()
String getAppId()
String getMessageId()
String getMimeType()
String getEncoding()
byte getPriority()
long getTimestamp()
long getNotValidBefore()
String getType()
String getReplyTo()
boolean containsHeader(String name)
Collection<String> getHeaderNames()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.