Package io.quarkus.websockets.next
Annotation Interface Open
@Qualifier
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD,PARAMETER,TYPE})
public @interface Open
This qualifier is used for CDI events fired asynchronously when a new WebSocket connection is opened.
The payload is WebSocketConnection for server connections and WebSocketClientConnection for client
connections.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSupports inline instantiation of theOpenqualifier.