Annotation Interface ClientWebSocket


@Documented @Retention(RUNTIME) @Target({TYPE,ANNOTATION_TYPE}) @WebSocketComponent @Introduction(interfaces=WebSocketSessionAware.class) @Type(ClientWebSocketInterceptor.class) @DefaultScope(io.micronaut.context.annotation.Prototype.class) public @interface ClientWebSocket
Annotation declared on the client to indicate the class handles web socket frames.
Since:
1.0