Observable given a function which converts
the Exchange from the Camel consumer to the required typeObservable Camel EndpointSubscription on a Camel EndpointFunc1 to convert an Exchange to the given type using the
IN Message's bodyFunc1 to convert an Exchange to its IN MessageObservable for this Processor so that the messages that are received
can be processed using the RX Java APIProcessor which allows you to process
messages using an < org.apache.camel.Message> by implementing the
abstract org.apache.camel.rx.support.ObservableProcessor#configure(rx.Observable) method.Processor which allows you to process
messages using an by implementing the
abstract configure(rx.Observable) method.Processor which provides access to an Observable
so that the messages can be processed using the RX Java APIObserver which sends events to a given EndpointProcessor which invokes an underling Observer as messages
arrive using the given function to convert the Exchange to the required
objectObservable to the given camel endpointObservable to the given camel endpoint< org.apache.camel.Message > to allow the messages sent on the endpoint
to be processed using Reactive Extensions for the messages with their payload converted to the given type
to allow the messages sent on the endpoint
to be processed using Reactive Extensions< org.apache.camel.Message > to allow the messages sent on the endpoint
to be processed using Reactive Extensions for the messages with their payload converted to the given type
to allow the messages sent on the endpoint
to be processed using Reactive ExtensionsApache Camel