@Retention(value=RUNTIME) @Target(value=METHOD) public @interface WsAction
The WsAction annotation is used to mark a method (the action handler) that should be executed to handle a websocket message
WsAction
String[]
value
public abstract String[] value
Returns the request paths that this action mapped to.
It is possible to use variable in the path
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.