Uses of Class
io.helidon.http.sse.SseEvent.Builder
Packages that use SseEvent.Builder
-
Uses of SseEvent.Builder in io.helidon.http.sse
Methods in io.helidon.http.sse that return SseEvent.BuilderModifier and TypeMethodDescriptionstatic SseEvent.Builder
SseEvent.builder()
Creates builder for this class.Set comment string associated with the event.Set event data.Set the event id.SseEvent.Builder.mediaContext
(MediaContext mediaContext) Set the media context for this event.Set the media type for the event data.Set event name.SseEvent.Builder.reconnectDelay
(Duration reconnectMillis) Set reconnection delay that indicates how long the event receiver should wait before attempting to reconnect in case a connection is lost.