public class ForceElectionProcess extends Message
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
| Constructor and Description |
|---|
ForceElectionProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
read(org.reveno.atp.core.api.channel.Buffer buffer)
Provides an ability to deserialize current message instance
data from the given buffer
|
int |
type()
Unique message type in the system.
|
void |
write(org.reveno.atp.core.api.channel.Buffer buffer)
Provides an ability to serialize current message instance
data down to buffer.
|
public static final int TYPE
public void write(org.reveno.atp.core.api.channel.Buffer buffer)
Messagepublic void read(org.reveno.atp.core.api.channel.Buffer buffer)
MessageCopyright © 2015 Artem Dmitriev. All Rights Reserved.