@groovy.transform.CompileStatic class NotificationEndpoint extends MoquiAbstractEndpoint
| Fields inherited from class | Fields | 
|---|---|
| class MoquiAbstractEndpoint | destroyInitialEci, ecfi, handshakeRequest, httpSession, session, userId, username | 
| Type | Name and description | 
|---|---|
| static java.lang.String | subscribePrefix | 
| static java.lang.String | unsubscribePrefix | 
| Constructor and description | 
|---|
| NotificationEndpoint
                                () | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.util.Set<java.lang.String> | getSubscribedTopics() | 
|  | void | onClose(javax.jcr.Session session, javax.websocket.CloseReason closeReason) | 
|  | void | onMessage(java.lang.String message) | 
|  | void | onOpen(javax.jcr.Session session, javax.websocket.EndpointConfig config) | 
| Methods inherited from class | Name | 
|---|---|
| class MoquiAbstractEndpoint | getEcf, getHttpSession, getSession, getUserId, getUsername, onClose, onError, onMessage, onOpen | 
Groovy Documentation