- Enclosing class:
SseEvent
@Qualifier
@Target(PARAMETER)
@Retention(RUNTIME)
@Documented
public static @interface SseEvent.Closed
Indicates that a SSE channel has closed.
For detailed usage instructions, see Sse javadoc.
- Since:
- 5.2
- Author:
- Bauke Scholtz
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnnotationLiteral<SseEvent.Closed> The literal ofSseEvent.Closed.
-
Field Details
-
LITERAL
The literal ofSseEvent.Closed.
-