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>
public class SSEPublisher<T> extends Object implements org.reactivestreams.Publisher<T>
Publisher implementation emitting server-sent-event downstream.
-
-
Constructor Summary
Constructors Constructor Description SSEPublisher(Type genericType, javax.ws.rs.ext.Providers providers, SseEventInputImpl input, ExecutorService es)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
subscribe(org.reactivestreams.Subscriber<? super T> downstream)
-
-
-
Constructor Detail
-
SSEPublisher
public SSEPublisher(Type genericType, javax.ws.rs.ext.Providers providers, SseEventInputImpl input, ExecutorService es)
-
-