public interface Channel
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
getJavascriptImplementation(JavascriptAppender loader)
Appends js code required on web application side
|
void |
purge()
Clears message queue
|
void |
sendAsync(String data)
Sends the message asynchronously to javascript
|
void sendAsync(String data)
data - message to be send to js sidevoid dispose()
void getJavascriptImplementation(JavascriptAppender loader)
loader - appender to append tovoid purge()