Annotation Interface WebSocketComponent


@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface WebSocketComponent
Stereotype meta-annotation declared on both ServerWebSocket and ClientWebSocket.
Since:
1.0
  • Field Details

  • Element Details

    • value

      @AliasFor(member="uri") String value
      Returns:
      The URI of the action
      Default:
      "/ws"
    • uri

      @AliasFor(member="value") String uri
      Returns:
      The URI of the action
      Default:
      "/ws"
    • version

      Returns:
      The WebSocket version to use to connect
      Default:
      V13