Uses of Interface
jakarta.ws.rs.sse.OutboundSseEvent.Builder
Packages that use OutboundSseEvent.Builder
Package
Description
Server-Sent Events related API.
-
Uses of OutboundSseEvent.Builder in jakarta.ws.rs.sse
Methods in jakarta.ws.rs.sse that return OutboundSseEvent.BuilderModifier and TypeMethodDescriptionSet comment string associated with the event.OutboundSseEvent.Builder.data(GenericType type, Object data) Set event data and a generic java type of event data.Set event data and java type of event data.Set event data and java type of event data.Set the event id.Set themedia typeof the event data.Set event name.Sse.newEventBuilder()Get a new outbound event builder.OutboundSseEvent.Builder.reconnectDelay(long milliseconds) Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to reconnect in case a connection to SSE event source is lost. -
Uses of OutboundSseEvent.Builder in org.jboss.resteasy.plugins.providers.sse
Classes in org.jboss.resteasy.plugins.providers.sse that implement OutboundSseEvent.BuilderMethods in org.jboss.resteasy.plugins.providers.sse that return OutboundSseEvent.BuilderModifier and TypeMethodDescriptionOutboundSseEventImpl.BuilderImpl.data(GenericType type, Object data) SseImpl.newEventBuilder()OutboundSseEventImpl.BuilderImpl.reconnectDelay(long milliseconds)