Annotation Interface WampSessionId


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @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) {