Uses of Class
ratpack.sse.ServerSentEvents
-
Packages that use ServerSentEvents Package Description ratpack.sse Support for Server Sent Events. -
-
Uses of ServerSentEvents in ratpack.sse
Methods in ratpack.sse that return ServerSentEvents Modifier and Type Method Description static <T> ServerSentEvents
ServerSentEvents. serverSentEvents(Publisher<T> publisher, Action<? super Event<T>> action)
Creates a new renderable object wrapping the event stream.
-