Package org.apache.camel.component.reactive.streams.util
-
Class Summary Class Description BodyConverter<T> ConvertingPublisher<R> A publisher that converts CamelExchanges into the given type.ConvertingSubscriber<R> A subscriber that converts items of the given type into CamelExchanges.MonoPublisher<T> A publisher that publish a given item, then completes.UnwrapStreamProcessor A Processor that converts a Publisher into its content asynchronously.