Package io.undertow.server.handlers.sse
Interface ServerSentEventConnectionCallback
public interface ServerSentEventConnectionCallback
Callback handler that is invoked when a client connects to a SSE endpoint
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connected
(ServerSentEventConnection connection, String lastEventId)
-
Method Details
-
connected
-