Uses of Interface
jakarta.ws.rs.sse.OutboundSseEvent
-
Packages that use OutboundSseEvent Package Description jakarta.ws.rs.sse Server-Sent Events related API.org.jboss.resteasy.plugins.providers.sse -
-
Uses of OutboundSseEvent in jakarta.ws.rs.sse
Methods in jakarta.ws.rs.sse that return OutboundSseEvent Modifier and Type Method Description OutboundSseEventOutboundSseEvent.Builder. build()BuildOutboundSseEvent.default OutboundSseEventSse. newEvent(String data)Create newOutboundSseEventfrom provided data.default OutboundSseEventSse. newEvent(String name, String data)Create newOutboundSseEventfrom provided data and name.Methods in jakarta.ws.rs.sse with parameters of type OutboundSseEvent Modifier and Type Method Description CompletionStage<?>SseBroadcaster. broadcast(OutboundSseEvent event)Publish an SSE event to all registeredSseEventSinkinstances.CompletionStage<?>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 OutboundSseEvent Modifier and Type Class Description classOutboundSseEventImplMethods in org.jboss.resteasy.plugins.providers.sse that return OutboundSseEvent Modifier and Type Method Description OutboundSseEventOutboundSseEventImpl.BuilderImpl. build()Methods in org.jboss.resteasy.plugins.providers.sse with parameters of type OutboundSseEvent Modifier and Type Method Description CompletionStage<Void>SseEventProvider. asyncWriteTo(OutboundSseEvent event, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, AsyncOutputStream entityStream)CompletionStage<?>SseBroadcasterImpl. broadcast(OutboundSseEvent event)longSseEventProvider. getSize(OutboundSseEvent t, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)CompletionStage<?>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 OutboundSseEvent Constructor Description SseEventOutputImpl(MessageBodyWriter<OutboundSseEvent> writer)Deprecated.SseEventOutputImpl(MessageBodyWriter<OutboundSseEvent> writer, ResteasyProviderFactory providerFactory)
-