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