- All Superinterfaces:
Source<SseEvent>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
Fields
A type representing an SSE source.
-
Method Summary
void
Handler for a newly received event.
Methods inherited from interface Source
onClose, onError, onOpen
default void
Handler for event stream termination.
default void
Handler for errors encountered during processing of source.
default void
Handler for event stream creation.