Package ch.rasc.wamp2spring.annotation
Annotation Interface WampSessionId
Annotates a long parameter of a
WampProcedure annotated method. The library
injects the WAMP session id of the user into the annotated parameter
@WampProcedure("connect")
public void connect(ChatUser user, @WampSessionId long wampSessionId) {