public class InitializeMessage extends Message
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION
The name used for the action field in
Message. |
| Constructor and Description |
|---|
InitializeMessage()
Default constructor.
|
InitializeMessage(String shardId)
Convenience constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getShardId() |
void |
setShardId(String shardId) |
public static final String ACTION
Message.public InitializeMessage()
public InitializeMessage(String shardId)
shardId - The shard id.Copyright © 2016. All rights reserved.