Package jakarta.ws.rs.sse
Server-Sent Events related API.
This package provides support for providing event streams from the server and also for processing then on the client
side.
-
Interface Summary Interface Description InboundSseEvent Inbound Server-sent event.OutboundSseEvent Representation of a single outbound Server-sent event.OutboundSseEvent.Builder A builder class used for creatingOutboundSseEvent
instances.Sse Server-side entry point for creatingOutboundSseEvent
andSseBroadcaster
.SseBroadcaster Server-Sent events broadcasting facility.SseEvent Base Server Sent Event definition.SseEventSink Outbound Server-Sent Events stream.SseEventSource Client for reading and processingincoming Server-Sent Events
. -
Class Summary Class Description SseEventSource.Builder JAX-RSSseEventSource
builder class.