Uses of Class
io.mangoo.routing.routes.ServerSentEventRoute
-
Packages that use ServerSentEventRoute Package Description io.mangoo.routing io.mangoo.routing.routes -
-
Uses of ServerSentEventRoute in io.mangoo.routing
Methods in io.mangoo.routing that return ServerSentEventRoute Modifier and Type Method Description static ServerSentEventRouteBind. serverSentEvent()Creates a new ServerSentEvent routeMethods in io.mangoo.routing that return types with arguments of type ServerSentEventRoute Modifier and Type Method Description static Stream<ServerSentEventRoute>Router. getServerSentEventRoutes() -
Uses of ServerSentEventRoute in io.mangoo.routing.routes
Methods in io.mangoo.routing.routes that return ServerSentEventRoute Modifier and Type Method Description ServerSentEventRouteServerSentEventRoute. to(String url)Sets the URL for this route
-