public abstract class PubSubMessage extends WampMessage
getTopicURI().SubscribeMessage,
UnsubscribeMessage,
PublishMessage,
EventMessageEMPTY_OBJECT| Modifier | Constructor and Description |
|---|---|
protected |
PubSubMessage(WampMessageType type) |
|
PubSubMessage(WampMessageType type,
String topicURI) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination() |
String |
getTopicURI() |
protected void |
setTopicURI(String topicURI) |
fromJson, fromJson, fromJson, getHeader, getHeaders, getPayload, getPrincipal, getType, getWampSession, getWebSocketSessionId, replacePrefix, setDestinationTemplateVariables, setHeader, setWebSocketSessionId, toJsonprotected PubSubMessage(WampMessageType type)
public PubSubMessage(WampMessageType type, String topicURI)
public String getTopicURI()
protected void setTopicURI(String topicURI)
public String getDestination()
getDestination in class WampMessageCopyright © 2014–2017. All rights reserved.