Package io.undertow.servlet.sse
Annotation Type ServerSentEvent
Annotation that can be applied to classes that implement
ServerSentEventConnectionCallback
These classes will then have handlers registered under the given path. This path is a path template, any
path parameter values can be retrieved from ServerSentEventConnection.getParameter(String)
Only a single instance of the callback will be created at deployment time.- Author:
- Stuart Douglas
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe path to register this SSE handler. This path can be a path template.
-