Class SseTypeSafeProcessor<T>
java.lang.Object
org.apache.cxf.microprofile.client.sse.SseTypeSafeProcessor<T>
- All Implemented Interfaces:
org.reactivestreams.Processor<jakarta.ws.rs.sse.InboundSseEvent,,T> org.reactivestreams.Publisher<T>,org.reactivestreams.Subscriber<jakarta.ws.rs.sse.InboundSseEvent>
public class SseTypeSafeProcessor<T>
extends Object
implements org.reactivestreams.Processor<jakarta.ws.rs.sse.InboundSseEvent,T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidonNext(jakarta.ws.rs.sse.InboundSseEvent t) voidonSubscribe(org.reactivestreams.Subscription s) void
-
Method Details
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription s) - Specified by:
onSubscribein interfaceorg.reactivestreams.Subscriber<T>
-
onNext
public void onNext(jakarta.ws.rs.sse.InboundSseEvent t) - Specified by:
onNextin interfaceorg.reactivestreams.Subscriber<T>
-
onError
- Specified by:
onErrorin interfaceorg.reactivestreams.Subscriber<T>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<T>
-
subscribe
- Specified by:
subscribein interfaceorg.reactivestreams.Publisher<T>
-