| Annotation Type | Description |
|---|---|
| WampAuthenticated |
Class level annotation.
|
| WampCallListener |
Annotation that denotes a method that is called when the server receives a
CallMessage and the procURI matches one of the listed values of the annotation. |
| WampPublishListener |
Annotation that denotes a method that is called when the server receives a
PublishMessage and the topicURI matches one of the listed values of the
annotation. |
| WampSubscribeListener |
Annotation that denotes a method that is called when the server receives a
SubscribeMessage and the topicURI matches one of the listed values of the
annotation. |
| WampUnsubscribeListener |
Annotation that denotes a method that is called when the server receives a
UnsubscribeMessage and the topicURI matches one of the listed values of the
annotation. |
Copyright © 2014–2015. All rights reserved.