Uses of Interface
jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Uses of OutboundSseEvent.Builder in jakarta.ws.rs.sse
Modifier 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 type
of 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.