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:
  • ObservesAsync
  • Event.fireAsync(Object)
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Supports inline instantiation of the Closed qualifier.