Package ch.rasc.wamp2spring.annotation
@NonNullApi
package ch.rasc.wamp2spring.annotation
-
Annotation InterfacesClassDescriptionAnnotation that denotes a method that is called when the Broker receives a
PublishMessageand the topic matches one of the listed values of the annotation (WampListener.topic()).Annotation that denotes a method that is called when the Dealer receives aCallMessageand the procedure name matches the configuredWampProcedure.value()orWampProcedure.name()attribute.Annotates a long parameter of aWampProcedureannotated method.