public class InitializeMessage extends Message
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION
The name used for the action field in
Message. |
| Constructor and Description |
|---|
InitializeMessage()
Default constructor.
|
InitializeMessage(java.lang.String shardId)
Convenience constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getShardId() |
void |
setShardId(java.lang.String shardId) |
public static final java.lang.String ACTION
Message.