Package org.glassfish.sse.api
Interface ServerSentEventHandlerContext<T extends ServerSentEventHandler>
-
public interface ServerSentEventHandlerContext<T extends ServerSentEventHandler>A context class that gives access to all the active handlers for a Server-Sent Event path.- Author:
- Santiago.PericasGeertsen@oracle.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<T>getHandlers()Returns all the active Server-Sent event handlers for a pathStringgetPath()Returns the path for Server-Sent event handlers
-