| Annotation Type | Description |
|---|---|
| WampAuthenticated |
Class annotation.
|
| WampCallListener |
Annotation that denotes a method that is called when the server receives a CALL message
and the procURI matches one of the listed values of the annotation (
WampCallListener.value()). |
| WampPublishListener |
Annotation that denotes a method that is called when the server receives a PUBLISH
message and the topicURI matches one of the listed values of the annotation (
WampPublishListener.value()). |
| WampSubscribeListener |
Annotation that denotes a method that is called when the server receives a SUBSCRIBE
message and the topicURI matches one of the listed values of the annotation (
WampSubscribeListener.value()). |
| WampUnsubscribeListener |
Annotation that denotes a method that is called when the server receives a UNSUBSCRIBE
message and the topicURI matches one of the listed values of the annotation (
WampUnsubscribeListener.value()). |
Copyright © 2014–2017. All rights reserved.