public class PlainMessage extends TypedMessage
Constructor and Description |
---|
PlainMessage(java.lang.String payload)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static PlainMessage |
create(java.lang.String text)
Create a plain message object.
|
getPayloadByteBuffer, getText
createFromHexPayload, createFromPayload, equals, getPayload, getPayloadByteBuffer, getPayloadHex, getType, hashCode
public PlainMessage(java.lang.String payload)
payload
- plain message payloadpublic static PlainMessage create(java.lang.String text)
text
- plain message text