Annotation Interface ScxWebSocketRoute


@Target(TYPE) @Retention(RUNTIME) public @interface ScxWebSocketRoute
ScxWebSocketRoute websocket 映射 设置此注解的方法 必须同时 继承 BaseWSHandler 才可以生效
Version:
0.5.0
Author:
scx567888
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    websocket 映射路径
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    排序
  • Element Details

    • value

      String value
      websocket 映射路径
      Returns:
      映射路径
    • order

      int order
      排序
      Returns:
      a
      Default:
      0