Package hec.jms
Interface MessageConst
public interface MessageConst
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Message map key for payload body.static final String
Message map key for the component that this message concerns.static final String
A common type of message.static final String
Message map key for message creation time.static final String
static final String
Message map key for subtype.static final String
Message map key for type.
-
Field Details
-
TYPE
Message map key for type.- See Also:
-
SUBTYPE
Message map key for subtype.- See Also:
-
BODY
Message map key for payload body.- See Also:
-
MILLIS
Message map key for message creation time.- See Also:
-
CONTROL_MESSAGE
A common type of message.- See Also:
-
STATUS_MESSAGE
- See Also:
-
COMPONENT
Message map key for the component that this message concerns.- See Also:
-