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