Package com.consol.citrus.message
Class MessageHeaders
- java.lang.Object
-
- com.consol.citrus.message.MessageHeaders
-
public final class MessageHeaders extends Object
Citrus specific message headers.- Author:
- Christoph Deppisch
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDUnique message idstatic StringMESSAGE_CORRELATION_KEYSynchronous message correlationstatic StringMESSAGE_PREFIXMessage related header prefixstatic StringMESSAGE_REPLY_TOSynchronous reply to message destination namestatic StringMESSAGE_TYPEHeader indicating the message type (e.g. xml, json, csv, plaintext, etc)static StringPREFIXCommon header name prefixstatic StringTIMESTAMPTime message was created
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
Common header name prefix- See Also:
- Constant Field Values
-
MESSAGE_PREFIX
public static final String MESSAGE_PREFIX
Message related header prefix- See Also:
- Constant Field Values
-
ID
public static final String ID
Unique message id- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
Time message was created- See Also:
- Constant Field Values
-
MESSAGE_TYPE
public static final String MESSAGE_TYPE
Header indicating the message type (e.g. xml, json, csv, plaintext, etc)- See Also:
- Constant Field Values
-
MESSAGE_CORRELATION_KEY
public static final String MESSAGE_CORRELATION_KEY
Synchronous message correlation- See Also:
- Constant Field Values
-
MESSAGE_REPLY_TO
public static final String MESSAGE_REPLY_TO
Synchronous reply to message destination name- See Also:
- Constant Field Values
-
-