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