public abstract class Message
extends java.lang.Object
| Constructor and Description |
|---|
Message(int type,
java.lang.String payload) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPayload()
Returns message payload.
|
int |
getType()
Returns message type.
|