Class SSEPublisher<T>
java.lang.Object
org.jboss.resteasy.microprofile.client.publisher.SSEPublisher<T>
- Type Parameters:
T- the type of event.
- All Implemented Interfaces:
org.reactivestreams.Publisher<T>
Publisher implementation emitting server-sent-event downstream.
-
Constructor Summary
ConstructorsConstructorDescriptionSSEPublisher(Type genericType, jakarta.ws.rs.ext.Providers providers, org.jboss.resteasy.plugins.providers.sse.SseEventInputImpl input, jakarta.ws.rs.core.MediaType mediaType, ExecutorService es) -
Method Summary
-
Constructor Details
-
SSEPublisher
public SSEPublisher(Type genericType, jakarta.ws.rs.ext.Providers providers, org.jboss.resteasy.plugins.providers.sse.SseEventInputImpl input, jakarta.ws.rs.core.MediaType mediaType, ExecutorService es)
-
-
Method Details
-
subscribe
- Specified by:
subscribein interfaceorg.reactivestreams.Publisher<T>
-