public interface ServerSentEventHandlerContext<T extends ServerSentEventHandler>
Modifier and Type | Method and Description |
---|---|
Set<T> |
getHandlers()
Returns all the active Server-Sent event handlers for a path
|
String |
getPath()
Returns the path for Server-Sent event handlers
|
Copyright © 2019. All rights reserved.