Uses of Interface
ratpack.core.sse.ServerSentEvent
-
Packages that use ServerSentEvent Package Description ratpack.core.sse Support for Server Sent Events.ratpack.core.sse.client -
-
Uses of ServerSentEvent in ratpack.core.sse
Methods in ratpack.core.sse that return ServerSentEvent Modifier and Type Method Description ServerSentEvent
ServerSentEventBuilder. build()
Builds the event.Method parameters in ratpack.core.sse with type arguments of type ServerSentEvent Modifier and Type Method Description ServerSentEvents
ServerSentEventsBuilder. build(Publisher<? extends ServerSentEvent> events)
Builds the server sent events with the given publisher. -
Uses of ServerSentEvent in ratpack.core.sse.client
Methods in ratpack.core.sse.client that return types with arguments of type ServerSentEvent Modifier and Type Method Description TransformablePublisher<ServerSentEvent>
ServerSentEventResponse. getEvents()
The response body parsed as events.
-