Class | Description |
---|---|
BodyConverter<T> | |
ConvertingPublisher<R> |
A publisher that converts Camel
Exchange s into the given type. |
ConvertingSubscriber<R> |
A subscriber that converts items of the given type into Camel
Exchange s. |
MonoPublisher<T> |
A publisher that publish a given item, then completes.
|
UnwrapStreamProcessor |
A Processor that converts a Publisher into its content asynchronously.
|
Apache Camel