public class HeartBeatEvent extends EventV3
| Modifier and Type | Field and Description |
|---|---|
int |
recvs
number of received heartbeats
|
int |
sends
number of sent heartbeats
|
| Constructor and Description |
|---|
HeartBeatEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|