public class MessageStatusDTO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
base64_body
The body of the message in base 64 encoding.
|
boolean |
body_truncated
Has the body been truncated.
|
java.lang.String |
codec
The encoding that the message is stored in.
|
EntryStatusDTO |
entry
Additional
|
long |
expiration
When the message will expire
|
java.util.HashMap<java.lang.String,java.lang.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 java.lang.String codec
public java.util.HashMap<java.lang.String,java.lang.Object> headers
public java.lang.String base64_body
public boolean body_truncated
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.