| Package | Description |
|---|---|
| ch.rasc.wampspring.broker | |
| ch.rasc.wampspring.message |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
SubscriptionRegistry.findSubscriptions(PubSubMessage pubSubMessage)
Find all WebSocket session ids that should receive the given message.
|
Set<String> |
DefaultSubscriptionRegistry.findSubscriptions(PubSubMessage pubSubMessge) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventMessage
Subscribers receive PubSub events published by other components of the system via the
EVENT message.
|
class |
PublishMessage
The client will send an event to all clients connected to the server who have
subscribed to the topicURI.
|
class |
SubscribeMessage
A client requests access to a valid topicURI to receive events published to the given
topicURI.
|
class |
UnsubscribeMessage
Calling unsubscribe on a topicURI informs the server to stop delivering messages to the
client previously subscribed to that topicURI.
|
Copyright © 2014–2017. All rights reserved.