public class ConvertingSubscriber<R> extends Object implements org.reactivestreams.Subscriber<R>
Exchanges.| Constructor and Description |
|---|
ConvertingSubscriber(org.reactivestreams.Subscriber<org.apache.camel.Exchange> delegate,
org.apache.camel.CamelContext context,
Class<R> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(Throwable throwable) |
void |
onNext(R r) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe in interface org.reactivestreams.Subscriber<R>public void onError(Throwable throwable)
onError in interface org.reactivestreams.Subscriber<R>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<R>Apache Camel