public interface WebSocketMessage
| Modifier and Type | Method and Description |
|---|---|
String |
getTarget()
Retrieve the target of the application as a String.
|
WebSocketConnection |
getWebSocketConnection()
Retrieve the session of the connection.
|
boolean |
isServerMessage()
Check whether the message is coming from server connector or client connector.
|
String getTarget()
boolean isServerMessage()
WebSocketConnection getWebSocketConnection()
Copyright © 2023 WSO2. All rights reserved.