public class MessageStatusDTO extends Object
Modifier and Type | Field and Description |
---|---|
String |
base64_body
The body of the message in base 64 encoding.
|
boolean |
body_truncated
Has the body been truncated.
|
String |
codec
The encoding that the message is stored in.
|
EntryStatusDTO |
entry
Additional
|
long |
expiration
When the message will expire
|
HashMap<String,Object> |
headers
A map of all the headers in the mesasge.
|
boolean |
persistent
Is the delivery persistent?
|
Constructor and Description |
---|
MessageStatusDTO() |
public EntryStatusDTO entry
public long expiration
public boolean persistent
public String codec
public String base64_body
public boolean body_truncated
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.