public class BarrierMessage extends Message
| Constructor and Description |
|---|
BarrierMessage() |
BarrierMessage(java.lang.String id) |
| 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 java.lang.String id
public BarrierMessage(java.lang.String id)
public BarrierMessage()
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.