Package io.undertow.server.handlers.sse
Interface ServerSentEventConnectionCallback
-
public interface ServerSentEventConnectionCallbackCallback handler that is invoked when a client connects to a SSE endpoint- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnected(ServerSentEventConnection connection, String lastEventId)
-
-
-
Method Detail
-
connected
void connected(ServerSentEventConnection connection, String lastEventId)
-
-