osmq.messages
Interface MessageType
- public interface MessageType
A multi-element data set (record) that includes identifying attributes
such as a topic, action, data key, and correlation ID.
Application data elements are referenced positionally, using an API
similar to that empolyed by JDBC. An element can be put or retrieved as
a String, int, double, long or char.
The first element is reference as position 1, and the last as position n.
NOTIFICATION
public static final char NOTIFICATION
- See Also:
- Constant Field Values
REQUEST
public static final char REQUEST
- See Also:
- Constant Field Values
DENIAL
public static final char DENIAL
- See Also:
- Constant Field Values
TOPIC_CHG
public static final char TOPIC_CHG
- See Also:
- Constant Field Values
BATCH_CONTROL
public static final char BATCH_CONTROL
- See Also:
- Constant Field Values