- Enclosing interface:
- ServerSentEmitter
public static interface ServerSentEmitter.Handler
Server-Sent event handler.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ServerSentEmitter sse) Callback with a readonly context and sse configurer.
-
Method Details
-
handle
Callback with a readonly context and sse configurer.- Parameters:
sse
- Server sent event.- Throws:
Exception
- If something goes wrong.
-