Class ConvertingSubscriber<R>
java.lang.Object
org.apache.camel.component.reactive.streams.util.ConvertingSubscriber<R>
- All Implemented Interfaces:
org.reactivestreams.Subscriber<R>
A subscriber that converts items of the given type into Camel
Exchange
s.-
Constructor Summary
ConstructorsConstructorDescriptionConvertingSubscriber
(org.reactivestreams.Subscriber<org.apache.camel.Exchange> delegate, org.apache.camel.CamelContext context, Class<R> type) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
onSubscribe
(org.reactivestreams.Subscription subscription)
-
Constructor Details
-
ConvertingSubscriber
-
-
Method Details
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription subscription) - Specified by:
onSubscribe
in interfaceorg.reactivestreams.Subscriber<R>
-
onNext
- Specified by:
onNext
in interfaceorg.reactivestreams.Subscriber<R>
-
onError
- Specified by:
onError
in interfaceorg.reactivestreams.Subscriber<R>
-
onComplete
public void onComplete()- Specified by:
onComplete
in interfaceorg.reactivestreams.Subscriber<R>
-