public class SseTypeSafeProcessor<T> extends Object implements org.reactivestreams.Processor<javax.ws.rs.sse.InboundSseEvent,T>
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(Throwable t) |
void |
onNext(javax.ws.rs.sse.InboundSseEvent t) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
void |
subscribe(org.reactivestreams.Subscriber<? super T> s) |
public void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe in interface org.reactivestreams.Subscriber<javax.ws.rs.sse.InboundSseEvent>public void onNext(javax.ws.rs.sse.InboundSseEvent t)
onNext in interface org.reactivestreams.Subscriber<javax.ws.rs.sse.InboundSseEvent>public void onError(Throwable t)
onError in interface org.reactivestreams.Subscriber<javax.ws.rs.sse.InboundSseEvent>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<javax.ws.rs.sse.InboundSseEvent>Apache CXF