public interface NodeSynchronization
| Modifier and Type | Method and Description |
|---|---|
void |
addSocket(DefaultWebsocket socket)
Adds the web socket to both (always if present) stores.
|
void |
removeSocket(DefaultWebsocket socket)
Removes the Websocket from both stores
|
void |
removeSocket(String id)
Removes the Websocket from both stores
|
void addSocket(DefaultWebsocket socket)
socket - the web socketvoid removeSocket(String id)
id - id of the web socketvoid removeSocket(DefaultWebsocket socket)
socket - web socket to removeApache Camel