Annotation Interface SseEventFilter
Used when not all SSE events streamed from the server should be included in the event stream returned by the client.
IMPORTANT: implementations MUST contain a no-args constructor
-
Required Element Summary
Required Elements
-
Element Details
-
value
Predicate which decides whether an event should be included in the event stream returned by the client.
-