JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
io.fluxzero.sdk
Package
io.fluxzero.sdk.web
Annotation Interface HandleSocketClose
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@HandleWeb
(
value
="",
method
="WS_CLOSE")
public @interface
HandleSocketClose
Handles a WebSocket connection close event.
See Also:
HandleWeb
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
boolean
disabled
If
true
, disables this handler during discovery.
String
[]
value
One or more path patterns this handler applies to (e.g.
Element Details
value
String
[]
value
One or more path patterns this handler applies to (e.g.
/users
,
/accounts/*
). If empty, the path is based on the
Path
annotation.
Default:
{}
disabled
boolean
disabled
If
true
, disables this handler during discovery.
Default:
false