Interface SseHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The Server Sent Event Handler is used to consume Server Sent Events
https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events
-
Method Summary
-
Method Details
-
onEvent
-
onComment
comments are piped to this method and then immediately thrown away- Parameters:
line- the comment
-