Uses of Interface
jakarta.ws.rs.sse.OutboundSseEvent
Packages that use OutboundSseEvent
Package
Description
Server-Sent Events related API.
-
Uses of OutboundSseEvent in jakarta.ws.rs.sse
Methods in jakarta.ws.rs.sse that return OutboundSseEventModifier and TypeMethodDescriptionOutboundSseEvent.Builder.build()BuildOutboundSseEvent.default OutboundSseEventCreate newOutboundSseEventfrom provided data.default OutboundSseEventCreate newOutboundSseEventfrom provided data and name.Methods in jakarta.ws.rs.sse with parameters of type OutboundSseEventModifier and TypeMethodDescriptionSseBroadcaster.broadcast(OutboundSseEvent event) Publish an SSE event to all registeredSseEventSinkinstances.SseEventSink.send(OutboundSseEvent event) Send an outbound Server-sent event to this sink. -
Uses of OutboundSseEvent in org.jboss.resteasy.plugins.providers.sse
Classes in org.jboss.resteasy.plugins.providers.sse that implement OutboundSseEventMethods in org.jboss.resteasy.plugins.providers.sse that return OutboundSseEventMethods in org.jboss.resteasy.plugins.providers.sse with parameters of type OutboundSseEventModifier and TypeMethodDescriptionSseEventProvider.asyncWriteTo(OutboundSseEvent event, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) SseBroadcasterImpl.broadcast(OutboundSseEvent event) longSseEventProvider.getSize(OutboundSseEvent t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType) SseEventOutputImpl.send(OutboundSseEvent event) protected CompletionStage<Void>SseEventOutputImpl.writeEvent(OutboundSseEvent event) Deprecated.voidSseEventProvider.writeTo(OutboundSseEvent event, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) Constructor parameters in org.jboss.resteasy.plugins.providers.sse with type arguments of type OutboundSseEventModifierConstructorDescriptionDeprecated.SseEventOutputImpl(MessageBodyWriter<OutboundSseEvent> writer, ResteasyProviderFactory providerFactory)