public class ProcessorToObserver<T> extends Object implements org.apache.camel.Processor
Processor which invokes an underling Observer as messages
arrive using the given function to convert the Exchange to the required
object| Constructor and Description |
|---|
ProcessorToObserver(rx.util.functions.Func1<org.apache.camel.Exchange,T> func,
rx.Observer<T> observer) |
Apache Camel