public interface RTClient
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Returns the count of all sent object
|
String |
getId()
Returns the id of the client
|
boolean |
isActive()
Returns true, if active
|
void |
send(Object o,
RTProperty... properties)
Sends an object with a annotated changeId to the client(s)
|
void |
send(String changeId,
Object o,
RTProperty... properties)
Sends an object with a specific changeId to the client(s)
|
void send(String changeId, Object o, RTProperty... properties)
o - void send(Object o, RTProperty... properties)
o - ChangeIdboolean isActive()
long getCount()
String getId()
Copyright © 2014. All Rights Reserved.