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

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