public interface WebsocketOutputCallbackControllerService
| Modifier and Type | Method and Description |
|---|---|
void |
subscribeWebsocket(String streamName,
String version,
javax.websocket.Session session)
Used to subscribe the session id and stream id for later web socket connectivity
|
void |
unsubscribeWebsocket(String streamName,
String version,
javax.websocket.Session session)
Used to return events per streamId
|
void subscribeWebsocket(String streamName, String version, javax.websocket.Session session)
streamName - - Stream name which user register to.version - - Stream version which user uses.session - - Session which user registered.Copyright © 2017 WSO2. All rights reserved.