public interface WebSocketManager
| Modifier and Type | Method and Description |
|---|---|
Stream<WebSocketSession> |
getByGroup(String group) |
WebSocketSession |
getSession(String id) |
WebSocketSession getSession(String id)
Stream<WebSocketSession> getByGroup(String group)