Package hec.jms
Interface MessageConst
public interface MessageConst
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMessage map key for payload body.static final StringMessage map key for the component that this message concerns.static final StringA common type of message.static final StringMessage map key for message creation time.static final Stringstatic final StringMessage map key for subtype.static final StringMessage 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:
-