Example usage for Java org.springframework.messaging Message fields, constructors, methods, implement or subclass
The text is from its open source code.
Class> | getClass() Returns the runtime class of this Object . |
MessageHeaders | getHeaders() Return message headers for the message (never null but may be empty). |
T | getPayload() Return the message payload. |
String | toString() Returns a string representation of the object. |