Package io.micronaut.websocket.annotation
package io.micronaut.websocket.annotation
WebSocket specific annotations.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionAnnotation declared on the client to indicate the class handles web socket frames.Annotation that can be applied to a method that will receive WebSocket close frames.Annotation that can be applied to a method that will receive WebSocket errors.Annotation that can be applied to a method that will receive WebSocket message frames.Annotation that can be applied to a method that will receive WebSocket open frames.Annotation declared on the server to indicate the class handles web socket frames.Stereotype meta-annotation declared on both
ServerWebSocket
andClientWebSocket
.