Class ConvertingPublisher<R>
java.lang.Object
org.apache.camel.component.reactive.streams.util.ConvertingPublisher<R>
- All Implemented Interfaces:
org.reactivestreams.Publisher<R>
A publisher that converts Camel
Exchange
s into the given type.-
Constructor Summary
ConstructorsConstructorDescriptionConvertingPublisher
(org.reactivestreams.Publisher<org.apache.camel.Exchange> delegate, Class<R> type) -
Method Summary
-
Constructor Details
-
ConvertingPublisher
-
-
Method Details
-
subscribe
- Specified by:
subscribe
in interfaceorg.reactivestreams.Publisher<R>
-