public class ConvertingSubscriber<R> extends Object implements org.reactivestreams.Subscriber<R>
Exchange
s.Constructor and Description |
---|
ConvertingSubscriber(org.reactivestreams.Subscriber<org.apache.camel.Exchange> delegate,
org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
void |
onComplete() |
void |
onError(Throwable throwable) |
void |
onNext(R r) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
public ConvertingSubscriber(org.reactivestreams.Subscriber<org.apache.camel.Exchange> delegate, org.apache.camel.CamelContext context)
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