Class SsePublisher
- java.lang.Object
-
- org.apache.cxf.microprofile.client.sse.SsePublisher
-
- All Implemented Interfaces:
org.reactivestreams.Publisher<javax.ws.rs.sse.InboundSseEvent>
public class SsePublisher extends Object implements org.reactivestreams.Publisher<javax.ws.rs.sse.InboundSseEvent>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsubscribe(org.reactivestreams.Subscriber<? super javax.ws.rs.sse.InboundSseEvent> subscriber)
-